- Change install procedure to use curl.
- Change upgrade script to be self contained within the binary.
- Removed ability to downgrade from the CLI. If you need a previous version, install it from the Releases page of this repository.
- Change temporary download directory from
/opt/pushover-cli
to/tmp/pushover-cli
. - Update README to reflect changed install steps.
- Add full output when API error is encountered.
IMPORTANT: If you are running pushover --upgrade
and seeing errors, please reinstall the binary from scratch by running curl -s https://raw.githubusercontent.com/aaronfagan/pushover-cli/master/install.sh | bash
. This will resolve these issues. Any configuration options you have set up will remain intact.