Global flags
Blnk CLI supports the following global flags:Shared resource flags
These flags appear on manylist, create, and fetch commands under Resource commands.
For how output changes with these flags, see CLI output formats.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Root-level flags and flags shared across many Blnk CLI commands.
| Flag | Type | Description |
|---|---|---|
-h, --help | boolean | Show help for the current command. Run blnk [command] --help for subcommand help. |
-v, --version | boolean | Print the CLI version and exit. |
list, create, and fetch commands under Resource commands.
| Flag | Type | Default | Description |
|---|---|---|---|
--json | boolean | - | Print the full API response as JSON. On create, prints JSON after a successful request. On list, applies when fetching a single resource with --id. |
--id | string | - | Fetch a single resource by ID on list commands (for example --id ldg_abc123 for ledgers). Without --json, the CLI prints a formatted summary; with --json, it prints the full object. |
-p, --page | integer | 1 | Page number for paginated list results. |
--per-page | integer | 10 | Number of results per page for paginated lists. |
--{field} | string | - | Filter list results by any indexed field. Pass the field name after -- and the value after a space. Quote comma-separated values for multiple matches, for example --currency "USD,EUR". |
-h, --help | boolean | - | Show help for the current subcommand. |
Was this page helpful?