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

Adding --force flag to delete command #177

Closed
daniel-hutao opened this issue Jan 27, 2022 · 1 comment
Closed

Adding --force flag to delete command #177

daniel-hutao opened this issue Jan 27, 2022 · 1 comment
Assignees

Comments

@daniel-hutao
Copy link
Member

Description

Currently delete operations depend on devstream.state file.

If I accidentally delete the state file, or the apply execution is halfway interruptted, there is no state in the state file at all. At this time, there is actually some modifications in the environment, but I have no way to delete this data.For example, helm install fails due to the image pull timeout. At this time, there is no information in the a file, but my application is actually installed. But I have no way to uninstall it. So I think we can add a --force flag to implement the uninstall operation no matter what is in the state file.

@daniel-hutao
Copy link
Member Author

/assgin @lfbdev

@lfbdev lfbdev closed this as completed Mar 7, 2022
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

2 participants