ubicloud/cli-commands/gh/post
Jeremy Evans da5d827436 Fix issues with remove all cache entries from a project support
The previous commit generated by Claude Code had the following issues:

Significant issues:

* Duplicate query errors
* The audit log action entry used does not exist
* Added route didn't use a terminal match
* Golden files not updated
* No testing of case where there were no cache entries
* Did not test output of command in CLI test

Minor issues:

* Unnecessary args 0 call in CLI code
* Unnecessary block variables in CLI code

Most of the significant issues I wouldn't expect an AI to be aware of.
This commit fixes the above issues.

However, in general the approach will be problematic for repositories
with a large number of cache entries, since each destruction needs an
S3 query. We need to switch to an approach that uses a prog.
2025-11-18 09:35:36 +09:00
..
list-cache-entries.rb Add support for managing github installations/repositories/cache entries to the CLI 2025-11-01 02:46:00 +09:00
remove-all-cache-entries.rb Fix issues with remove all cache entries from a project support 2025-11-18 09:35:36 +09:00
remove-cache-entry.rb Add support for managing github installations/repositories/cache entries to the CLI 2025-11-01 02:46:00 +09:00