Skip to content

env delete command

Efe Karakus edited this page Mar 19, 2020 · 5 revisions
$ ecs-preview env delete

What does it do?

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.

What are the flags?

  -h, --help             help for delete
  -n, --name string      Name of the environment.
      --profile string   Name of the profile.
      --yes              Skips confirmation prompt.

What does it look like?

Clone this wiki locally