-
Notifications
You must be signed in to change notification settings - Fork 431
app delete command
Efe Karakus edited this page Jun 25, 2020
·
5 revisions
$ copilot app delete
copilot app delete
deletes all resources associated with an application.
--env-profiles stringToString Optional. Environments and the profile to use to delete the environment. (default [])
-h, --help help for delete
--yes Skips confirmation prompt.
Force delete the application with environments "test" and "prod".
$ copilot app delete --yes --env-profiles test=default,prod=prod-profile