zapier-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

zapier-cli

My Custom Zapier CLI

oclif Version Downloads/week License

Usage

$ npm install -g zapier-cli
$ zapier-cli COMMAND
running command...
$ zapier-cli (-v|--version|version)
zapier-cli/1.0.0 linux-x64 node-v12.14.0
$ zapier-cli --help [COMMAND]
USAGE
  $ zapier-cli COMMAND
...

Commands

zapier-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 integrations

List any integrations that you have admin access to.

USAGE
  $ zapier-cli integrations

OPTIONS
  -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 login

Fetch a deploy key.

USAGE
  $ zapier-cli login

OPTIONS
  -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 push

Build and upload the current app.

USAGE
  $ zapier-cli push

OPTIONS
  -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 TITLE

Register a new integration in your account.

USAGE
  $ zapier-cli register TITLE

OPTIONS
  -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 run

Run a command using the original Zapier CLI.

USAGE
  $ zapier-cli run

OPTIONS
  -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 validate

Validate your integration.

USAGE
  $ zapier-cli validate

OPTIONS
  -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

Dependencies (8)

Dev Dependencies (14)

Package Sidebar

Install

npm i zapier-cli

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

8.06 kB

Total Files

5

Last publish

Collaborators

  • ikbelkirasan