Releases: jayfk/statuspage
Releases · jayfk/statuspage
0.3
Version 0.3 pre release
This pre-release supports automation using the GitHub API. Hower, development in this direction will be discontinued. The public GitHub API is too limited to support it in a reliable way.
Changes
- Added automation using the public GitHub API! The
update
command is no longer needed and has
been removed. - Added an
upgrade
command that upgrades status pages created prior to 0.3 to the latest version. - removed binaries
Installation
On Mac OS X
curl -L https://github.com/pyupio/statuspage/releases/download/0.3-pre/statuspage_osx > /usr/local/bin/statuspage
chmod +x /usr/local/bin/statuspage
On Linux
curl -L https://github.com/pyupio/statuspage/releases/download/0.3-pre/statuspage_linux > /usr/local/bin/statuspage
chmod +x /usr/local/bin/statuspage
Upgrading
To upgrade your status page to the new version, run
statuspage upgrade --name=foo --token=yourtoken