workflow-cli icon indicating copy to clipboard operation
workflow-cli copied to clipboard

CLI needs a -f flag

Open jchauncey opened this issue 9 years ago • 3 comments

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.

jchauncey avatar Oct 04 '16 15:10 jchauncey

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

helgi avatar Oct 04 '16 15:10 helgi

@helgi This could actually be all client side and replace the --confirm=<name> syntax we currently use for forcing.

Joshua-Anderson avatar Oct 15 '16 05:10 Joshua-Anderson

This issue was moved to teamhephy/workflow-cli#15

Cryptophobia avatar Mar 21 '18 14:03 Cryptophobia