Skip to main content

Available Flags

Syntax and Example Usage

—help, -h

Show help information for any command.

—output, -o

string
Default table. Output format: table, json, or csv. Use json or csv when piping results to other tools or scripts, and table for human-friendly interactive use.

—json

Shorthand for --output json.

—no-color, -n

By default, output is colored. Disable colors when piping results to scripts, log files, or CI systems where ANSI codes may cause issues. Can also be set globally via the NO_COLOR environment variable.
You rarely need this flag directly — output is already plain and colorless whenever it isn’t attached to a real terminal (a pipe, a redirect, or CI). --no-color is for forcing that on a real terminal too.

—profile

string
Default default. Named credential profile to use — see Authentication.

—verbose, -v

Verbose logging — request timing, retries, and underlying API calls. Useful when troubleshooting.

—quiet, -q

List commands only. Prints just the bare ID of each row, one per line, nothing else — built for piping into xargs.