Global Flags
Available in all commands:Output Formats
The CLI supports two output formats configurable via--output or -o.
Text (Default)
Human-friendly output optimized for interactive usage.JSON
Structured output for scripts, pipelines, and CI/CD.Use with jq for filtering
Authentication & Token Storage
Your API token is securely stored in the system’s native keyring- macOS: Keychain
- Windows: Credential Manager
- Linux: gnome-keyring or kwallet
Linux: token not saving?
Linux: token not saving?
Install a keyring backendThen retry:
Color & CI Behavior
- Colors are automatically disabled when:
--no-colorflag is used.NO_COLOR=truein environment variables.- Output is not a TTY.
- When
CI=true, interactive prompts are disabled automatically.