Files
cheatsheet-tldr/tldr/zapier-init
2025-03-09 00:16:26 +00:00

22 lines
621 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`