Make CLI reference

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

Global options apply to all commands.

Option
Description

--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=1

Output formatting

By 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=table

Help commands

To view all available commands and options, run:

To view commands for a specific category, run:

Commands by category

Commands are grouped into the following categories and subcategories:

Category
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