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
The magellan tool should be able to only have it's output printed to stdout and optionally make a HTTP request. This would allow users to collect information from nodes to use in other scripts or tools without the magellan tool trying to make additional requests afterwards. This also makes magellan more useful as an independent tool that is decoupled from other microservices.
Possible Solution
The motivation of this feature is to break up the collect command and make its functionality more flexible. This would require making another command for taking the inventory data produced from collect and making a request to a specified host. Therefore, to achieve the same functionality of the current collect, the two commands would have to run something like this:
In combination with #13, the collect output could be used as input for the upload command (or whatever it will be called). Therefore, both commands mentioned above would be able to be used together with pipes.
Description of Issue
The
magellan
tool should be able to only have it's output printed to stdout and optionally make a HTTP request. This would allow users to collect information from nodes to use in other scripts or tools without themagellan
tool trying to make additional requests afterwards. This also makesmagellan
more useful as an independent tool that is decoupled from other microservices.Possible Solution
The motivation of this feature is to break up the
collect
command and make its functionality more flexible. This would require making another command for taking the inventory data produced fromcollect
and making a request to a specified host. Therefore, to achieve the same functionality of the currentcollect
, the two commands would have to run something like this:Other Considerations
In combination with #13, the
collect
output could be used as input for theupload
command (or whatever it will be called). Therefore, both commands mentioned above would be able to be used together with pipes.If the
scan
andcollect
command follow the same convention, there the entire process can be combined like the following:Therefore, the process can also be broken down into
scan
/collect
andcollect
/upload
combinations.The text was updated successfully, but these errors were encountered: