WAHooks
CLI

Installation

Install the WAHooks CLI

Install script (macOS/Linux)

curl -fsSL https://wahooks.com/install | bash

This downloads the correct binary for your platform and installs it to /usr/local/bin.

Homebrew (macOS/Linux)

brew install dhruvyad/tap/wahooks

npm

npm install -g @wahooks/cli

GitHub Releases

Download the binary for your platform from GitHub Releases:

PlatformBinary
macOS (Apple Silicon)wahooks-darwin-arm64
macOS (Intel)wahooks-darwin-amd64
Linux (x86_64)wahooks-linux-amd64
Linux (ARM64)wahooks-linux-arm64
Windowswahooks-windows-amd64.exe

Verify installation

wahooks --help

Configure API URL

By default the CLI points to https://api.wahooks.com. To change it:

wahooks config api-url https://api.wahooks.com

Config is stored at ~/.wahooks.json.

On this page