commands.sh

zapier init

all

Initialize a new Zapier integration.

More info →

Options (2)

-t, --templateboolean

Initialize a new Zapier integration with a specific template

Example: zapier init {{path/to/directory}} {{[-t|--template]}} {{basic-auth|callback|custom-auth|digest-auth|dynamic-dropdown|files|minimal|oauth1-trello|oauth2|search-or-create|session-auth|typescript}}
-d, --debugboolean

Show extra debugging output

Example: zapier init {{[-d|--debug]}}

Examples (3)

Initialize a new Zapier integration

zapier init path/to/directory

Initialize a new Zapier integration with a specific template

zapier init path/to/directory [-t|--template] basic-auth|callback|custom-auth|digest-auth|dynamic-dropdown|files|minimal|oauth1-trello|oauth2|search-or-create|session-auth|typescript

Show extra debugging output

zapier init [-d|--debug]
made by @shridhargupta | data from tldr-pages