-
Notifications
You must be signed in to change notification settings - Fork 427
env delete command
Efe Karakus edited this page Mar 19, 2020
·
5 revisions
$ ecs-preview env delete
ecs-preview env delete
deletes an environment from your project. If there are running applications in your environment, you first need to run ecs-preview app delete
.
After you answer the questions, you should see the AWS CloudFormation stack for your environment gone.
-h, --help help for delete
-n, --name string Name of the environment.
--profile string Name of the profile.
--yes Skips confirmation prompt.