Nahook
Nahook CLI
Trigger webhook events, inspect deliveries, and manage endpoints from your terminal.
$curl -fsSL https://cli.nahook.com/install.sh | sh
Verifies SHA-256 checksums against the GitHub release before installing. Read the script before running it if you'd like.
Other install paths
brew install getnahook/tap/nahook
go install github.com/getnahook/nahook-cli/cmd/nahook@latest
After install
nahook login && nahook whoami
Want to verify before running? The script downloads the release tarball, fetches the official
checksums.txt from GitHub Releases, and verifies the SHA-256 before extracting. To inspect the script first, run curl -fsSL https://cli.nahook.com/install.sh -o install.sh, read it, then sh install.sh.