https://github.com/djiit/gh-actions-ops
https://github.com/djiit/gh-actions-ops
gh-extension
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/djiit/gh-actions-ops
- Owner: Djiit
- Created: 2022-01-04T16:42:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T17:34:58.000Z (over 3 years ago)
- Last Synced: 2025-01-29T22:46:38.159Z (3 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-actions-ops
Random Actions Operations. Use it at your own risk.
## Install
You'll need to have the GitHub CLI installed and be logged against GitHub. On a macOS env, run:
```sh
# Setup GH CLI
brew install gh
gh auth login# Setup this extension
gh extension install Djiit/gh-actions-ops
```## Usage
Display some help:
```sh
gh actions-ops -h
```Cleanup all runs for a workflow:
```sh
gh actions-ops -wc 123456789
```