Install

Install the Hooksbase CLI.

Use the CLI to inspect projects, manage webhooks, send test events, replay deliveries, and work with DLQ entries from a terminal.

$curl -fsSL https://www.hooksbase.com/install | bash

Package managers

Install from npm with the tool you already use.

The curl installer uses npm under the hood. These commands install the same public package directly.

npm

Install @hooksbase/cli globally with npm.

npm install -g @hooksbase/cli
pnpm

Install @hooksbase/cli globally with pnpm.

pnpm add -g @hooksbase/cli
bun

Install @hooksbase/cli globally with bun.

bun install -g @hooksbase/cli

After install

Verify the command before wiring it into automation.

Prerequisite

The curl installer requires Node.js and npm on the target machine.

node --version && npm --version
Verify

Confirm the hooksbase executable is on PATH and ready to use.

hooksbase --help
Pin a version

Install a specific CLI release when reproducibility matters.

curl -fsSL https://www.hooksbase.com/install | bash -s -- --version 0.1.0