You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
To add some flexibility to how Magellan is used, it would nice to be ability to pipe the output of certain commands as input into other ones. This would allow users to better control which parts of the process is needed and write one liners. For example...
If I want to do a scan and collect information about a BMC:
magellan scan | magellan collect
If I already have scanned information cached, do a collect and pass information to microservice using a separate command:
davidallendj
changed the title
[FEATURE] Allow using outputs as inputs for different commands
[FEATURE] Allow piping outputs as inputs for different commands
Jul 18, 2024
Is your feature request related to a problem? Please describe.
To add some flexibility to how Magellan is used, it would nice to be ability to pipe the output of certain commands as input into other ones. This would allow users to better control which parts of the process is needed and write one liners. For example...
If I want to do a scan and collect information about a BMC:
magellan scan | magellan collect
If I already have scanned information cached, do a collect and pass information to microservice using a separate command:
If I want to run the whole process with :
The text was updated successfully, but these errors were encountered: