@wajub/cli
v1.1.3
Published
Wajub CLI — manage your integration, tail webhooks locally, and trigger test events.
Maintainers
Readme
Wajub CLI
Wajub CLI — manage your integration from the terminal, forward live webhook events to your local server, and trigger test events in sandbox.
Install
| Method | Command |
|--------|---------|
| npm | npm install -g @wajub/cli |
| pnpm | pnpm add -g @wajub/cli |
| bun | bun add -g @wajub/cli |
| yarn | yarn global add @wajub/cli |
| npx | npx @wajub/cli --help |
| Homebrew | brew install wajubhq/tap/wajub |
| Scoop | scoop bucket add wajub https://github.com/wajubhq/scoop-bucket && scoop install wajub |
| Docker | docker run --rm -v "$HOME/.config/wajub:/root/.config/wajub" ghcr.io/wajubhq/cli payments list |
Homebrew, Scoop, and Docker builds are fully self-contained (Node embedded). npm/pnpm/bun/yarn use your own Node.js ≥ 18.
Documentation
Full documentation: https://docs.wajub.com/tools/cli
Includes: authentication, resource commands, webhook forwarding, test event triggering, configuration, and troubleshooting.
Releases
- GitHub Releases: wajubhq/wajub-cli/releases
- Docker images:
ghcr.io/wajubhq/cli - npm package:
@wajub/cli
License
MIT
