Download WebhookDB CLI
Download the WebhookDB CLI for your platform.
Check out instructions on getting started.
We recommend you first try WebhookDB online using our terminal in the browser. After you get started, download and install the CLI to keep going.
The CLI source code is also availble on GitHub.
MacOS
Easiest option is to use Homebrew:
brew install webhookdb/webhookdb-cli/webhookdb- Download the latest MacOS
tar.gzfile from https://github.com/webhookdb/webhookdb-cli/releases/latest.
Make sure you choose the right architecture. M1 Macs use the ARM (arm64) binary, others use AMD (x86_64). - Unzip the file:
tar -xvf webhookdb_X.X.X_macos_x86_64.tar.gz.
For ARM (M1 Macs) it would be:tar -xvf webhookdb_X.X.X_macos_arm64.tar.gz - Move
./webhookdbto your execution path, like/usr/local/bin.
Linux
- Download the latest Linux
tar.gzfile from https://github.com/webhookdb/webhookdb-cli/releases/latest - Unzip the file:
tar -xvf webhookdb_X.X.X_linux_x86_64.tar.gz - Move
./webhookdbto your execution path, like/usr/local/bin.
Windows
- Download the latest Windows
zipfile from https://github.com/webhookdb/webhookdb-cli/releases/latest - Unzip the
webhookdb_X.X.X_windows_x86_64.zipfile. - Run the unzipped
webhookdb.exefile.