From 73fab30ec31b787346effc4be85138381955aeec Mon Sep 17 00:00:00 2001 From: Sadeed Date: Wed, 16 Oct 2024 09:18:54 +0500 Subject: [PATCH] zapier-init: add page (#14179) --- pages/common/zapier-init.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/zapier-init.md diff --git a/pages/common/zapier-init.md b/pages/common/zapier-init.md new file mode 100644 index 000000000..b247a9118 --- /dev/null +++ b/pages/common/zapier-init.md @@ -0,0 +1,16 @@ +# zapier init + +> Initialize a new Zapier integration. +> More information: . + +- 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}}`