--format flag. Output depends on the command you run and the flags you pass.
Output modes
The CLI picks a format from the command you run; there is no global--format switch. Use this table to know what to expect before you pipe output elsewhere.
Table output
Resourcelist commands (without --id) render an ASCII table with column headers, then a footer with total results and page number. Tables are meant for scanning many records in the terminal, not for machine parsing.
1
List resources
Run any resource
list command without --id:200 Success
Summary output
Aftercreate or when you run list --id without --json, the CLI prints a short labeled block with the fields most people need day to day. This is the default human-readable detail view; switch to JSON when you need every API field.
200 Success
JSON output
Pass--json on supported commands to print the raw Core API response as pretty-printed JSON. Ideal for scripts, jq, or comparing CLI behavior to your HTTP integration.
200 Success