We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related command: scalingo -a my-app destroy
scalingo -a my-app destroy
Currently this command requires interactive confirmation, which is hard to handle with non-interactive script.
Add an option to allow the deletion from a non-interactive script like --force or --allow-deletion.
--force
--allow-deletion
The text was updated successfully, but these errors were encountered:
Fix issue #678: adding an option (--force) allowing to destroy an app…
0b9fb03
… without confirmation
6e504dc
652d2d0
Successfully merging a pull request may close this issue.
Related command:
scalingo -a my-app destroy
Currently this command requires interactive confirmation, which is hard to handle with non-interactive script.
Add an option to allow the deletion from a non-interactive script like
--force
or--allow-deletion
.The text was updated successfully, but these errors were encountered: