cli/pkg/cmd/cache/delete
Lucas ccfc2c3045
fix(cache): report correct deleted count for key and key+ref deletions
Previously, deleting caches by key or key+ref could misreport the number of deleted entries, especially when multiple caches matched the criteria. This change ensures the actual number of deleted caches is reported by consuming the API response's total_count field.
2025-10-01 18:44:24 +02:00
..
delete.go fix(cache): report correct deleted count for key and key+ref deletions 2025-10-01 18:44:24 +02:00
delete_test.go fix(cache): report correct deleted count for key and key+ref deletions 2025-10-01 18:44:24 +02:00