--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. |