Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 732 Bytes

GitHub Status Checker

This gh extension can be used to monitor the current status of GitHub based on the status page. It can either be run once, or run with the watch flag to poll the page at a 1 minute interval.

Installation

gh extension install wwsean08/gh-gh-status

Upgrade

As a note, GitHub really doesn't like your command starting with gh like this one does. In order to upgrade the plugin you can run one of the following commands:

gh extension upgrade wwsean08/gh-gh-status

or

gh extension upgrade gh-gh-status

Usage

Run once

gh gh-status

Poll constantly

gh gh-status --watch