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
@micwalsh As a temporary work around, If you run with the -j flag it provides JSON output that is much more suited for programmatic parsing. I also propose to adding a --dataOnly option for providing the human readable output with only the data needed.
@thalerj it is typical of command line tools to only output their data under normal circumstances and nothing further. Usually extra output is hidden behinda --verbose flag. I suggest you take that approach here.
openbmctool.py produces output that amounts to clutter when it is unwanted. Example:
Attempting login...
User root has been logged out
Can you change it to NOT produce extra output. You could offer a "verbose" parm so you could see such output when it is desired.
The text was updated successfully, but these errors were encountered: