Skip to main content

Command structure

All commands follow the pattern:

Domains

Quick aliases

Common resources have top-level shortcuts so you can skip the domain name:

Read operations

Use flags to pass query parameters:

Write operations

Use -d key=value to pass request body fields. Dot notation creates nested objects:
Values default to strings with automatic number conversion per the API spec. You can pass -d amount=100 without worrying about type declarations.

File encoding

Base64 encoding

Prefix the file path with @ to base64-encode a local file:

Data URI format

For Connect document uploads, use @+ to encode as a data URI: