My Custom Zapier CLI
npm install zapier-clizapier-cli
==========
My Custom Zapier CLI




sh-session
$ npm install -g @ikbelkirasan/zapier-cli
$ zapier-cli COMMAND
running command...
$ zapier-cli (-v|--version|version)
@ikbelkirasan/zapier-cli/1.0.0 linux-x64 node-v12.14.0
$ zapier-cli --help [COMMAND]
USAGE
$ zapier-cli COMMAND
...
`
Commands
* [zapier-cli help [COMMAND]](#zapier-cli-help-command)
* zapier-cli integrations
* zapier-cli login
* zapier-cli push
* zapier-cli register TITLE
* zapier-cli run
* zapier-cli validatezapier-cli help [COMMAND]display help for zapier-cli
`
USAGE
$ zapier-cli help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`_See code: @oclif/plugin-help_
zapier-cli integrationsList any integrations that you have admin access to.
`
USAGE
$ zapier-cli integrationsOPTIONS
-a, --account=account (required) The account to which the app should be uploaded
-h, --help show CLI help
`_See code: src/commands/integrations.ts_
zapier-cli loginFetch a deploy key.
`
USAGE
$ zapier-cli loginOPTIONS
-a, --account=account (required) The account name that will be used as a identifier to store the deploy key
-h, --help show CLI help
`_See code: src/commands/login.ts_
zapier-cli pushBuild and upload the current app.
`
USAGE
$ zapier-cli pushOPTIONS
-a, --account=account (required) The account to which the app should be uploaded
-h, --help show CLI help
`_See code: src/commands/push.ts_
zapier-cli register TITLERegister a new integration in your account.
`
USAGE
$ zapier-cli register TITLEOPTIONS
-a, --account=account (required) The account name that will be used to store the new integration configuration
-h, --help show CLI help
`_See code: src/commands/register.ts_
zapier-cli runRun a command using the original Zapier CLI.
`
USAGE
$ zapier-cli runOPTIONS
-a, --account=account (required) The account name that will be used to store the new integration configuration
-h, --help show CLI help
`_See code: src/commands/run.ts_
zapier-cli validateValidate your integration.
`
USAGE
$ zapier-cli validateOPTIONS
-a, --account=account (required) The account name that will be used to store the new integration configuration
-h, --help show CLI help
``_See code: src/commands/validate.ts_