Make CLI reference
Last updated
This reference contains every command and option available in the Make CLI.
To get started with the Make CLI, follow the installation guide.
Global options apply to all commands.
--api-key <key>
Make API key
--zone <zone>
Make zone (for example, eu2.make.com)
--output
Output format: json (default), compact, or table
-V, --version
Output the version number
-h, --help
Display help for the command
All commands follow this structure:
make-cli [global options] <category> <action> [action options]Example
make-cli --zone eu2.make.com scenarios list --team-id=1By default, the Make CLI returns output as JSON. Use the --output option to change the format.
Example
make-cli scenarios list --team-id=123 --output=tableTo view all available commands and options, run:
To view commands for a specific category, run:
Commands are grouped into the following categories and subcategories:
Scenarios
Scenario executions
Incomplete executions
Scenario folders
Custom functions
Webhooks
Devices
Connections
Keys
Credential requests
Data stores
Data store records
Data structures
Teams
Organizations
Users
Shared enumerations
App definitions
App connections
App functions
App modules
App remote procedures
App webhooks
Last updated
make-cli --helpmake-cli <category> --help
