Global Flags¶
These flags are available on all commands (except login, logout, status, version):
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--env |
-e |
string | production |
Environment (testing, staging, production) |
--output |
-o |
string | text |
Output format (json, text) |
--verbose |
-v |
bool | false |
Show verbose HTTP request/response details |
--no-color |
bool | false |
Disable colored output |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 | |
Output Formats¶
Text (default)¶
Colored tables and key-value pairs rendered in the terminal.
JSON¶
Raw JSON API responses, useful for piping to jq or other tools:
1 | |