The Hookdeck CLI, currently at stable version 2.1.1, provides a command-line interface for interacting with the Hookdeck platform. It enables developers to manage webhooks locally, forward them to the Hookdeck service, and control various aspects of their Hookdeck account, including connections, issues, and metrics. The project maintains an active release cadence with regular patch and minor updates, often accompanied by beta pre-releases for early testing. Key differentiators include its ability to securely expose local development environments to webhook traffic via the `hookdeck listen` command, manage webhook connections by name or ID, and integrate with the Event Gateway MCP for advanced scenarios. Recent updates have focused on improving authentication flows, gateway reliability, and security patches.
npm install hookdeck-cliNo compatibility data collected yet for this library.
Installs the Hookdeck CLI globally, authenticates the user, and sets up local webhook forwarding.
Update all scripts and commands using the global configuration flag to use `--hookdeck-config` instead of `--config`.
Upgrade `hookdeck-cli` to v2.0.2 or a later version to ensure the security patch is applied. Use `npm install -g hookdeck-cli@latest`.
Review any automation or scripting that parses `hookdeck` CLI output, especially for `hookdeck gateway mcp` commands, to ensure `stderr` is correctly monitored for authentication error messages.
Run `hookdeck login` in your terminal to authenticate your Hookdeck CLI session. This will typically open a browser window for you to log in.
Replace `--config` with `--hookdeck-config` in your command. For example, `hookdeck listen --hookdeck-config ~/.hookdeck/config.json`.
Either stop the process currently using the desired port, or specify a different available port for `hookdeck listen` (e.g., `hookdeck listen 3000`).
No dependency data recorded yet.