2024-10-14 02:28:14 +05:00
|
|
|
# zapier
|
|
|
|
|
|
|
|
> Create, automate, and manage zapier integrations.
|
|
|
|
> Some subcommands such as `build`, `init`, `scaffold`, `push`, `test`, etc. have their own usage documentation.
|
2024-10-18 19:55:27 +05:00
|
|
|
> More information: <https://platform.zapier.com/reference/cli>.
|
2024-10-14 02:28:14 +05:00
|
|
|
|
|
|
|
- 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}}`
|