Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1 KB

README.md

File metadata and controls

25 lines (23 loc) · 1 KB

pushnotify CircleCI

Command line tool to send notifications using Pushover

Quick start

Grab the latest release for your platform (it's just a single binary)

Usage of pushnotify:
  -apiKey string
        The pushover API key to send from
  -message string
        The message to send
  -priority int
        The message priority
  -sound string
        The sound to use. One of: pushover, bike, bugle, cashregister, classical, cosmic, falling, gamelan, incoming, intermission, magic, mechanical, pianobar, siren, spacealarm, tugboat, alien, climb, persistent, echo, updown, none (default "pushover")
  -title string
        The message title (optional)
  -to string
        Pushover recipient
  -url string
        The url to send (optional)
  -urlTitle string
        The title to use for the url (optional)