Documentation Index
Fetch the complete documentation index at: https://wsignal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Node.js
>= 20.10.0 - A project directory where you want to receive local webhooks
Recommended: Install Globally
If you wantwsignal available across all of your projects, install it globally.
With npm:
wsignal binary is available everywhere on your machine.
Optional: Install Per Project
If you want the CLI version pinned in one repository, install it as a dev dependency instead. With npm:- a team wants everyone on the same CLI version
- CI should use the exact same version as local development
- you want changes to the CLI version tracked in the project lockfile
Run In This Repository
If you are working from the source repository:Confirm The Binary
Update The CLI
wsignal checks for updates occasionally when wsignal dev runs. The check is skipped in CI and can be disabled with:
What Gets Installed
The published package exposes:- CLI binary:
wsignal - Config helper export:
@wsignal/cli
defineConfig or when you want the executable in local development.