@trycourier/cli
v3.5.0
Published
Courier CLI – manage notifications from the command line
Downloads
429
Readme
Courier CLI
The official CLI for the Courier REST API. Manage notifications, templates, users, and more from the command line.
Installation
npm install -g @trycourier/cliOther install methods
- Binary: GitHub Releases
Usage
export COURIER_API_KEY=your_api_key
courier send message --message.to.email "[email protected]" --message.template "my-template"
courier messages list
courier profiles retrieve --user-id "user-123"For details about specific commands, use courier --help.
How it works
This package downloads the platform-specific Courier CLI binary from GitHub Releases during npm install. No Node.js runtime dependency at execution time.
