cli/pkg/cmd/cache
toshimaru 818c158212
feat: Add ref option to gh cache list
List GitHub Actions caches with `ref` filtering.

> ref string
> The full Git reference for narrowing down the cache. The ref for a branch should be formatted as refs/heads/<branch name>. To reference a pull request use refs/pull/<number>/merge.

ref. https://docs.github.com/en/rest/actions/cache?apiVersion=2022-11-28#list-github-actions-caches-for-a-repository
2024-02-17 09:28:06 +09:00
..
delete cache/delete: percent-encode keys 2023-09-21 16:32:53 +02:00
list feat: Add ref option to gh cache list 2024-02-17 09:28:06 +09:00
shared feat: Add ref option to gh cache list 2024-02-17 09:28:06 +09:00
cache.go create cache commands 2023-05-03 11:03:50 -06:00