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
correct web command examples, document Flux TTS/STT, and honor -o json across account commands (#97) (55984ec)
keys: honor -o json so stdout stays parseable (completes the #97 sweep) (#101) (e430a77)
Behavior changes
Commands now map their result status to a process exit code (error → 1, cancelled → 2, otherwise 0), and BaseCommand.exit_code_for() exposes that mapping. Exit codes were previously discarded, so every command exited 0.
-o yaml and -o csv payloads are written verbatim; the renderer no longer interprets [...] as markup or wraps long values.
New get_status_console() returns the shared stderr console for status output. Commands should use it instead of declaring their own. Packages that import it require deepctl-core>=0.2.16.