hooksnode CLI sends the webhooks that your project receives to a port on your computer. See Listen.
Download the latest release
Binaries for macOS, Linux and Windows, on Intel and ARM.
Install
- macOS (Homebrew)
- macOS and Linux
- Windows
- Manual download
brew upgrade hooksnode.On macOS, if Gatekeeper blocks a binary that you downloaded in a browser, run
xattr -d com.apple.quarantine hooksnode. The install script does not need this.Sign in
1
Make an API key
In the dashboard, open your workspace → API keys → Create key. Copy the key. hooksnode shows it only once.
2
Log in
https://hooksnode.com), then paste the key. The CLI checks the key and saves it:~/.hooksnode/config.json, which only you can read (mode 0600).
Configuration
The CLI reads each setting from, in order:- A flag:
--api-key,--host - An environment variable:
HOOKSNODE_API_KEY,HOOKSNODE_HOST - The config file
https://hooksnode.com.
Update
Run the install script again, or download the new archive.hooksnode --version shows the version, commit and build date.