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
I installed this tool for the first time and wanted to share some usability issues I had.
Command output is written to stderr. Expected: output is written to stdout. The 12 Factor CLI Apps blog post provides guidance on utilizing std input/output streams in a predictable manner.
Command output is a log message. Expected: commands that produce JSON/YAML data should be written directly to output stream rather than through a log formatter.
Addressing this behavior would significantly improve the utility of this tool, especially for scripting and automation.
The text was updated successfully, but these errors were encountered:
I installed this tool for the first time and wanted to share some usability issues I had.
Addressing this behavior would significantly improve the utility of this tool, especially for scripting and automation.
The text was updated successfully, but these errors were encountered: