https://github.com/essentialkaos/cain
Simple tool for GitHub cache invalidation
https://github.com/essentialkaos/cain
github utility
Last synced: 2 months ago
JSON representation
Simple tool for GitHub cache invalidation
- Host: GitHub
- URL: https://github.com/essentialkaos/cain
- Owner: essentialkaos
- License: apache-2.0
- Created: 2018-09-21T21:05:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T12:27:12.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:47:46.991Z (over 1 year ago)
- Topics: github, utility
- Language: Shell
- Homepage: https://kaos.sh/cain
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Installation • Usage • License
`cain` is a simple tool for GitHub cache invalidation.
### Installation
#### From GitHub repository
```bash
curl -fL# -o cain https://kaos.sh/cain/cain
chmod +x cain
sudo mv cain /usr/bin/
```
Also, you can use the latest version of utility without installation:
```bash
bash <(curl -fsSL https://kaos.sh/cain/cain) # pass options here
```
### Usage

### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)