cli/pkg/cmd/cache
toshimaru 8252e59f17
feat: Add cache key option to gh cache list
Add `key` option to `gh cache list` command.

```
-K, --key string        Filter by cache key prefix
```

> An explicit key or prefix for identifying the cache

ref. https://docs.github.com/en/rest/actions/cache?apiVersion=2022-11-28#list-github-actions-caches-for-a-repository

- Add key option related tests to `TestNewCmdList`
2024-02-05 12:42:00 +09:00
..
delete cache/delete: percent-encode keys 2023-09-21 16:32:53 +02:00
list feat: Add cache key option to gh cache list 2024-02-05 12:42:00 +09:00
shared feat: Add cache key option to gh cache list 2024-02-05 12:42:00 +09:00
cache.go create cache commands 2023-05-03 11:03:50 -06:00