Summary
Users cannot validate that a delete command would succeed (permissions, resource existence) without actually deleting the resource.
Fix
Add --dry-run to all delete commands. In dry-run mode, perform a get to validate the resource exists and the client has access, then print what would happen without calling delete.
Severity
Low — quality-of-life improvement.
Summary
Users cannot validate that a delete command would succeed (permissions, resource existence) without actually deleting the resource.
Fix
Add
--dry-runto all delete commands. In dry-run mode, perform agetto validate the resource exists and the client has access, then print what would happen without callingdelete.Severity
Low — quality-of-life improvement.