Skip to main content
Your generated CLI organizes commands around your API’s resources and actions.

Command structure

For example, if your API has a users resource:

Global flags

These flags are available on every command:
FlagDescription
--api-keyAPI key for authentication
--base-urlOverride the default API base URL
--outputOutput format: table, json, or raw
--jsonShorthand for --output json
--rawShorthand for --output raw

Getting help

Every command has built-in help:

Example workflow