cli/pkg/cmd/cache/delete
Lucas aff2bfaa5c
feat(cache): add support for --ref flag in cache deletion
- Introduced `--ref` flag to narrow down cache deletion to a specific branch or PR reference.
- Updated command examples to include usage of `--ref`.
- Added validation to ensure `--ref` cannot be used with `--all` and must accompany a cache key/ID.
2025-08-27 04:56:46 +02:00
..
delete.go feat(cache): add support for --ref flag in cache deletion 2025-08-27 04:56:46 +02:00
delete_test.go Update tests 2025-02-19 10:31:20 +05:00