deis / workflow-cli

The CLI for Deis Workflow
http://deis.com
MIT License
31 stars 43 forks source link

CLI needs a -f flag #258

Open jchauncey opened 7 years ago

jchauncey commented 7 years ago

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.

helgi commented 7 years ago

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

Joshua-Anderson commented 7 years ago

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

Cryptophobia commented 6 years ago

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