HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zapier init — Initialize a new Zapier integration. More information: <https://platform.zapier.com/reference/cli#in

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandintegrationnewclimoreinitializezapier initzapier

Problem

How to use the zapier init command: Initialize a new Zapier integration. More information: <https://platform.zapier.com/reference/cli#init>.

Solution

zapier init — Initialize a new Zapier integration. More information: <https://platform.zapier.com/reference/cli#init>.

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/zapier init

Revisions (0)

No revisions yet.