https://github.com/sanders41/github-status
CLI to check the status of GitHub
https://github.com/sanders41/github-status
cli command-line-tool github github-status
Last synced: 10 months ago
JSON representation
CLI to check the status of GitHub
- Host: GitHub
- URL: https://github.com/sanders41/github-status
- Owner: sanders41
- License: mit
- Created: 2022-09-05T14:47:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:22:35.000Z (over 1 year ago)
- Last Synced: 2024-10-23T22:13:12.283Z (over 1 year ago)
- Topics: cli, command-line-tool, github, github-status
- Language: Rust
- Homepage:
- Size: 586 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Status
[](https://github.com/sanders41/python-project-generator/actions?query=workflow%3ATesting+branch%3Amain+event%3Apush)
A simple Cli to check the status of GitHub
## Install
```sh
cargo install github-status
```
## Usage
```sh
Checks the status of GitHub
Usage: github-status
Commands:
active-maintenance Gets a list of active maintenance
all-incidents Gets a list of all incidents
all-scheduled-maintenances Gets a list of the 50 most recent scheduled maintenances
component Status of each component
status Gets the current status
summary Gets a summary for the current GitHub status
unresolved-incidents Gets a list of any unresolved incidents
upcoming-maintenance Gets a list of upcoming maintenance
help Print this message or the help of the given subcommand(s)
```
## Example
```sh
github-status summary
```

## Contributing
Contributions to this project are welcome. If you are interested in contributing please see our [contributing guide](CONTRIBUTING.md)