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.
Issue creating after #1121 (comment)
Currently we user either
--forceforscalingo destroycli/cmd/destroy.go
Line 17 in e9750c6
And sometimes the
DISABLE_INTERACTIVEenvironment variable is used.It should be unified so all commands are using the flag and the env variable.