├ 16
cli
@edgepush/cli is a terminal client for sending pushes from your laptop or a CI script. Install globally and authenticate once.
npm install -g @edgepush/cli
edgepush login # paste an api key
edgepush whoami # confirm the active key
edgepush send <token> --title "Hello" --body "From the CLI"
edgepush receipt <ticket_id>The CLI exposes the full field surface as flags: --image, --collapse-id, --push-type, --mutable-content, --expiration-at, --ttl, --priority. Run edgepush --help for the full list. The SDK is bundled inline so the CLI is a single-package install.