### Describe the feature or problem you’d like to solve We have many caches in the repository, so I'd like to filter the caches using the key. ) ### Proposed solution Add `key` prefix option to `gh cache list` ```console $ gh cache list --key cache-key- ``` ### Additional context - API Reference: [REST API endpoints for GitHub Actions cache - GitHub Docs](https://docs.github.com/en/rest/actions/cache?apiVersion=2022-11-28#list-github-actions-caches-for-a-repository)