Skip to content

feat: support bulk deletion of resources #136

Description

@robingenz

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions