- Notifications
You must be signed in to change notification settings - Fork 154
Closed
Description
Current method of running commands and getting output is a little too copy/paste heavy.
Simplify user facing API for getting output to support:
a) Running commands and getting status codes easily per host
b) Running commands and blocking, waiting for completion, while receiving output.
User should be able to perform both of the above easily and be able to read output per host with no boiler plate code or list/dict comprehensions.