@dispatch.tech/cli
v0.0.5
Published
Dispatch CLI — forward webhook events to your local dev server
Readme
@dispatch.tech/cli
The Dispatch CLI forwards incoming webhook events to a server running on your local machine — no public URL required.
Installation
npm install -g @dispatch.tech/cliRequires Node.js 18 or later. Pre-compiled binaries for Linux, macOS, and Windows are downloaded automatically — no Go toolchain needed.
Usage
# Authenticate
dispatch login
# Forward webhooks to localhost:3000
dispatch listen 3000
# Forward to a specific source and path
dispatch listen 3000 my-github-source --path /api/webhooksAn interactive picker lets you choose your organization, project, and webhook source when no source slug is provided.
Keyboard Shortcuts
| Key | Action |
|-----|--------|
| r | Replay the last received event |
| p | Pause / resume forwarding |
| c | Change source, transform, template, or delay |
| h | Print help |
| q / Ctrl+C | Exit |
Documentation
Full reference: dispatch.tech/docs/getting-started/cli
Supported Platforms
| OS | Architecture | |---------|-------------| | Linux | x64, arm64 | | macOS | x64, arm64 | | Windows | x64 |
