Skip to main content

Available Flags

Syntax and Example Usage

—config

string
Path to configuration file. Defaults to $HOME/.suprsend.yaml.

—help, -h

Show help information for any command.

—no-color, -n

By default, output is colored.
You can disable colors when piping results to scripts, log files, or CI systems where ANSI codes may cause issues. This can also be set globally via the NO_COLOR environment variable.

—output, -o

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

—service-token, -s

string
For locally overriding the authentication token.
It is not recommended to use this flag in scripts or CI systems, since it will be visible in shell history or process listings. Instead, set the environment variable SUPRSEND_SERVICE_TOKEN.

—verbosity, -v

string
Default - info.
Log level (in increasing order of severity): debug < info < warn < error < fatal < panic. Each level includes logs from all levels below it.
Use higher levels like warn or error in scripts for cleaner logs, and debug during troubleshooting to see detailed request and response information.

—workspace, -w

string
Target workspace for commands. Defaults to staging.