# pushover Send notifications via the Pushover API. ## Usage ```bash pushover -T -U [-t title] [-p priority] message ``` Common options: - `-c ` – callback URL - `-d ` – target device - `-s ` – notification sound name - `-T ` – application token (or `PUSHOVER_TOKEN` env) - `-U ` – user key (or `PUSHOVER_USER` env) ## Example ```bash pushover -T $TOKEN -U $USER -t "Build" "Finished successfully" ```