zapier-platform-cli
The Zapier CLI is a developer-focused way to create and maintain Zapier integrations. See more at https://github.com/zapier/zapier-platform
Subcommands
Name | Description |
---|---|
analytics | Show the status of the analytics that are collected. Also used to change what is collected |
build | Build a pushable zip from the current directory |
convert | Convert a Legacy Web Builder app or Visual Builder integration to a CLI integration |
delete:integration, delete:app | Delete your integration (including all versions) |
delete:version | Delete a specific version of your integration |
deprecate | Mark a non-production version of your integration as deprecated, with removal by a certain date |
describe | Describe the current integraiton |
env:get | Get environment variables for a version |
env:set | Set environment variables for a version |
env:unset | Unset environment variables for a version |
history | Get the history of your integration |
init | Initialize a new Zapier integration with a project template |
integrations, apps | List integrations you have admin access to |
link | Link the current directory with an existing integration |
login | Configure your `~/.zapierrc` with a deploy key |
logout | Deactivate your active deploy key and reset `~/.zapierrc` |
logs | Print recent logs |
migrate | Migrate users from one version of your integration to another |
promote | Promote a specific version to public access |
push | Build and upload the current integration |
register | Register a new integration in your account |
scaffold | Add a starting trigger, create, search, or resource to your integration |
team:add, team:invite | Add a team member to your integration |
team:get, team:list | Get team members involved with your integration |
team:remove, team:delete | Remove a team member from all versions of your integration |
test | Test your integration via the "test" script in your "package.json" |
upload | Upload the latest build of your integration to Zapier |
users:add, users:invite | Add a user to some or all versions of your integration |
users:get, users:list | Get a list of users who have been invited to your integration |
users:links | Get a list of links that are used to invite users to your integration |
users:remove, users:delete | Remove a user from all versions of your integration |
validate | Validate your integration |
versions | List the versions of your integration available for use in the Zapier editor |
help | Display help for <%= config.bin %> |