An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


GitHub Actions CI Status

InstallationUsageLicense


`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)