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] support delete several applications in one command #4271

Closed
wonderflow opened this issue Jun 27, 2022 · 6 comments · Fixed by #4484
Closed

[Feature] support delete several applications in one command #4271

wonderflow opened this issue Jun 27, 2022 · 6 comments · Fixed by #4484
Assignees
Labels
good first issue Good for newcomers priority/nice-to-have It's a good idea, but not scheduled for any release.
Milestone

Comments

@wonderflow
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

When I want to delete more than one apps, I have to do it one by one.

vela delete composed-app -y
vela delete frp-proxy -y
vela delete vela-app-with-sidecar -y
vela delete ecs-demo -y

It's annoying when I have many apps.

Describe the solution you'd like

I hope we can delete them together at once:

vela delete composed-app frp-proxy vela-app-with-sidecar ecs-demo

Describe alternatives you've considered

Additional context

@wonderflow wonderflow added good first issue Good for newcomers priority/nice-to-have It's a good idea, but not scheduled for any release. labels Jun 27, 2022
@StevenLeiZhang
Copy link
Collaborator

It sounds a little dangerous. Do you think user should double confirm batch delete?

@wonderflow
Copy link
Collaborator Author

yes, user need confirm.

@charlie0129
Copy link
Member

With optional regular expression support? So the user can match multiple apps following some pattern.

@wonderflow wonderflow added this to the KubeVela-v1.5 milestone Jul 1, 2022
@Mcduller
Copy link
Contributor

Mcduller commented Jul 6, 2022

I was wondering if user can delete app in different namespace by this new feature ?

@wonderflow
Copy link
Collaborator Author

I was wondering if user can delete app in different namespace by this new feature ?

I think they shouldn't

@ArenaSu
Copy link
Contributor

ArenaSu commented Jul 25, 2022

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers priority/nice-to-have It's a good idea, but not scheduled for any release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants