Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: nuctl delete should be able to delete multiple resources #2940

Open
1 of 3 tasks
SpecLad opened this issue May 24, 2023 · 0 comments
Open
1 of 3 tasks

Comments

@SpecLad
Copy link

SpecLad commented May 24, 2023

Feature Type

  • Adding new functionality to Nuclio

  • Changing existing functionality in Nuclio

  • Removing existing functionality in Nuclio

Problem Description

Even though nuctl delete accepts plural nouns, it doesn't let you specify multiple resource names:

$ nuctl --platform=local delete functions foo bar

Error - Function delete requires an identifier
    /nuclio/pkg/nuctl/command/delete.go:82

Call stack:
Function delete requires an identifier
    /nuclio/pkg/nuctl/command/delete.go:82

Feature Description

nuctl delete should accept an arbitrary number of names, and delete each in turn. This would be similar to how kubectl delete works.

Alternative Solutions

Deleting resources one at a time works; it's just slightly annoying.

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant