Issue creating after #1121 (comment)
Currently we user either --force for scalingo destroy
|
&cli.BoolFlag{Name: "force", Usage: "Force destroy without asking for a confirmation /!\\"}, |
And sometimes the DISABLE_INTERACTIVE environment variable is used.
It should be unified so all commands are using the flag and the env variable.