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
It sounds like we might not have the same expectations, so I'd suggest discussing this issue more.
Here is what I'd expect for facilitating stitching this into a workflow:
-o refers to output, NOT stderr.
local status should NOT consider being disconnected an command invocation error, nor should it consider an error in communicating with locald a command invocation error, rather, these should be part of the status and local status should almost never exit non-zero.
Upon command invocation error, the error messages are placed on stderr, and the output is not necessarily coherent.
local connect and local disconnectshould return errors/exit non-zero when already connected or respectively already disconnected to help the wrapper confirm the expected state.
For reference, here is a related issue to using the cobra framework.
This is not valid JSON, which will make it hard to stitch this command into a workflow
The text was updated successfully, but these errors were encountered: