whpcli
v0.0.4
Published
CLI app for the webhooks plug infrastructure
Downloads
14
Readme
whpcli
ClI app for the webhooks plug infrastructure
Usage
$ npm install -g whpcli
$ whpcli COMMAND
running command...
$ whpcli (--version)
whpcli/0.0.4 darwin-arm64 node-v21.2.0
$ whpcli --help [COMMAND]
USAGE
$ whpcli COMMAND
...
Commands
whpcli deploy
Deploy the webhooks plug infrastructure to your AWS Account.
USAGE
$ whpcli deploy
DESCRIPTION
Deploy the webhooks plug infrastructure to your AWS Account.
See code: src/commands/deploy.ts
whpcli destroy
Destroy the webhooks plug infrastructure on your AWS Account
USAGE
$ whpcli destroy
DESCRIPTION
Destroy the webhooks plug infrastructure on your AWS Account
See code: src/commands/destroy.ts
whpcli ui
Spin up the webplug UI dashboard
USAGE
$ whpcli ui
DESCRIPTION
Spin up the webplug UI dashboard
See code: src/commands/ui.ts