You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Particularly in the removal commands I would like to specify a -f and tell it to take the most destructive action it can regardless of errors.
So for instance if the namespace of an app had been deleted from up under deis I would like to say deis destroy -a myapp -f and it not error but remove everything about that app it can regardless of the errors returned.
This needs to be also implemented in the API and I don't think we will do varying levels of removal etc - instead we should just fix the controller ticket you opened up
From @jchauncey on October 4, 2016 15:52
Particularly in the removal commands I would like to specify a
-f
and tell it to take the most destructive action it can regardless of errors.So for instance if the namespace of an app had been deleted from up under deis I would like to say
deis destroy -a myapp -f
and it not error but remove everything about that app it can regardless of the errors returned.Copied from original issue: deis/workflow-cli#258
The text was updated successfully, but these errors were encountered: