--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.
| Mode | When you see it | Typical commands |
|---|---|---|
| Table | Paginated list with column headers and a footer | blnk ledgers list, blnk balances list, … |
| Summary | Labeled fields after create or single-resource fetch | blnk ledgers create, blnk ledgers list --id <id> |
| JSON | Pretty-printed API object | Any command with --json where supported |
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.
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