snippetbashTip
zapier — Create, automate, and manage zapier integrations. Some subcommands such as `build`, `init`, `scaffol
Viewed 0 times
createcommandandautomateclimanagezapier
Problem
How to use the
zapier command: 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>.Solution
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 loginInitialize 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 testBuild and upload an integration to Zapier:
zapier pushDisplay help:
zapier helpDisplay help for a specific command:
zapier help {{command}}Code Snippets
Connect to a Zapier account
zapier loginInitialize 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 testBuild and upload an integration to Zapier
zapier pushContext
tldr-pages: common/zapier
Revisions (0)
No revisions yet.