-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: support bulk deletion of resources #136
Copy link
Copy link
Open
Labels
Milestone
Description
Current problem
All delete commands (certificates, channels, bundles, etc.) only support deleting a single resource at a time. When cleaning up multiple entries (e.g. all Android certificates), this requires running the command repeatedly for each resource.
Preferred solution
Support filter-based bulk deletion. For example, apps:certificates:delete --app-id <id> --platform android --yes should delete all matching Android certificates at once. The bulk delete API endpoints already exist — the CLI just needs to support calling them.
Alternative options
No response
Additional context
No response
Before submitting
- I have read and followed the feature request guidelines.
- I have attached links to possibly related issues and discussions.
Reactions are currently unavailable