Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsese/gh-actions-status
https://github.com/rsese/gh-actions-status
gh-extension
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rsese/gh-actions-status
- Owner: rsese
- Created: 2021-08-11T00:48:04.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-05-15T04:12:00.000Z (over 1 year ago)
- Last Synced: 2024-08-03T21:02:25.118Z (3 months ago)
- Topics: gh-extension
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 41
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gh-cli-extensions - **actions-status** - An extension to view the overall health of an organization's use of actions. (Github)
- jimsghstars - rsese/gh-actions-status - (Go)
README
# gh actions-status
_being an extension to view the overall health of an organization's use of actions_
## Usage
By default, this command shows actions health for the last 30 days.
```bash
# See the actions health for an organization
gh actions-status cli# See health for a different time period in either hours or days
gh actions-status -l 12h
gh actions-status -l 7d# See health for an arbitrary list of repositories within an org
gh actions-status cli -r "cli,go-gh"# See workflow runs with 'failure' status for an arbitrary list of repositories within an org
gh actions-status cli -r "cli,go-gh" -s "failure"# See the actions health for all the repositories of a user
gh actions-status rsese
```## Installation
```bash
gh extension install rsese/gh-actions-status
```## Authors
Robert Sese , vilmibm