Add deploy:destroy --force
If there are errors encountered during the "stop" phase of destroy, we currently do not delete the deployment. There should be a way to go ahead and attempt to stop the deployment, but then also delete the deployment, despite the errors.
Proposed CLI for this behavior:
adapt destroy --force DEPLOYID
Edited by Mark Terrel