mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
zapier-init: add page (#14179)
This commit is contained in:
parent
1eb62aa0d9
commit
73fab30ec3
1 changed files with 16 additions and 0 deletions
16
pages/common/zapier-init.md
Normal file
16
pages/common/zapier-init.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# zapier init
|
||||
|
||||
> Initialize a new Zapier integration.
|
||||
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#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}}`
|
Loading…
Add table
Reference in a new issue