Skip to main content

Global Flags

Available in all commands:
FlagAliasTypeDefaultDescription
—verbose-vbooleanfalseEnable debug-level logging
—output-ostringtextOutput format: text or json
—no-color-ncbooleanfalseDisable ANSI colors

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
Install a keyring backend
Then retry:

Color & CI Behavior

  • Colors are automatically disabled when:
    • --no-color flag is used.
    • NO_COLOR=true in environment variables.
    • Output is not a TTY.
  • When CI=true, interactive prompts are disabled automatically.