Statuspage Versions Save

A statuspage generator that lets you host your statuspage for free on Github.

0.3

7 years ago

0.3

0.3-pre

8 years ago

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