1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-13 13:15:44 +02:00

zapier: add page (#14173)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Sadeed 2024-10-14 02:28:14 +05:00 committed by GitHub
parent 9bef16038a
commit 4df23b529f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

33
pages/common/zapier.md Normal file
View file

@ -0,0 +1,33 @@
# zapier
> Create, automate, and manage zapier integrations.
> Some subcommands such as `build`, `init`, `scaffold`, `push`, `test`, etc. have their own usage documentation.
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md>.
- Connect to a Zapier account:
`zapier login`
- Initialize a new Zapier integration with a project template:
`zapier init {{path/to/directory}}`
- Add a starting trigger, create, search, or resource to your integration:
`zapier scaffold {{trigger|create|search|resource}} {{name}}`
- Test an integration:
`zapier test`
- Build and upload an integration to Zapier:
`zapier push`
- Display help:
`zapier help`
- Display help for a specific command:
`zapier help {{command}}`