CLI
Installation
Install the WAHooks CLI
Install script (macOS/Linux)
curl -fsSL https://wahooks.com/install | bashThis downloads the correct binary for your platform and installs it to /usr/local/bin.
Homebrew (macOS/Linux)
brew install dhruvyad/tap/wahooksnpm
npm install -g @wahooks/cliGitHub Releases
Download the binary for your platform from GitHub Releases:
| Platform | Binary |
|---|---|
| macOS (Apple Silicon) | wahooks-darwin-arm64 |
| macOS (Intel) | wahooks-darwin-amd64 |
| Linux (x86_64) | wahooks-linux-amd64 |
| Linux (ARM64) | wahooks-linux-arm64 |
| Windows | wahooks-windows-amd64.exe |
Verify installation
wahooks --helpConfigure API URL
By default the CLI points to https://api.wahooks.com. To change it:
wahooks config api-url https://api.wahooks.comConfig is stored at ~/.wahooks.json.