pulse CLI is published to the npm registry as pulseguard-cli. You install it globally so the pulse binary is available in any directory on your machine. The package ships compiled JavaScript and has no native dependencies, so installation is fast on any platform.
Prerequisites
Before you install, make sure you have Node.js 18 or higher on your machine. You can check your current version with:Install the CLI
Choose your preferred package manager to installpulseguard-cli globally:
Verify the installation
After installation, confirm thepulse binary is available and shows the expected version:
pulse after a global install, ensure your package manager’s global bin directory is on your PATH. For npm, run npm bin -g to find the path.
Upgrade to the latest version
Run the same install command you used originally to upgrade in place:npm
Next step
Once the CLI is installed, authenticate with your PulseGuard API key sopulse can reach your account.