Skip to content

mvanderlinde/github-status-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Status CLI

PyPI Downloads

A small command-line utility that returns current status and incident information from the GitHub API.

Helpful to quickly check for service disruptions without switching apps when experiencing issues with git commands.

Usage

$ github-status

----------------------------------------------------------------------------------------
|                        GitHub Status: All Systems Operational                        |
----------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------
|                     COMPONENT                      |             STATUS              |
----------------------------------------------------------------------------------------
| Git Operations                                     |           operational           |
| API Requests                                       |           operational           |
| Webhooks                                           |           operational           |
| Issues                                             |           operational           |
| Pull Requests                                      |           operational           |
| Actions                                            |           operational           |
| Packages                                           |           operational           |
| Pages                                              |           operational           |
| Codespaces                                         |           operational           |
| Copilot                                            |           operational           |
----------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------
|                      INCIDENT                      |  IMPACT  |        STATUS        |
----------------------------------------------------------------------------------------
|                       There are currently no active incidents.                       |
----------------------------------------------------------------------------------------

Installation

Using pip

$ pip install github-status-cli

Manually

$ git clone https://github.com/mvanderlinde/github-status-cli.git
$ cd github-status-cli
$ python -m build
$ pip install dist/github_status_cli-1.0.0-py3-none-any.whl

About

A small command-line tool that shows the current GitHub service status.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages