api is the escape hatch for Gateway operations without a dedicated CLI
command. The CLI resolves the Gateway and credential before sending the request.
Usage
Use
--list-ops without a request to inspect known operations.
Options
--field always sends strings. --raw-field converts integers, true,
false, and null; values starting with @ read a file, and @- reads stdin.
Examples
Read identity:Output and behavior
- Response data goes to stdout; progress and diagnostics go to stderr.
--jqand--templateoperate on JSON responses.- Pagination stops when the response has no next page.
--slurprequires--paginate. - Destructive methods prompt unless
--confirmis supplied. Prefer--dry-runbefore skipping confirmation. - Authentication failures exit with code
4; other HTTP or decoding failures exit with code1.