Skip to content

app package command

David Killmon edited this page Mar 20, 2020 · 2 revisions
$ ecs-preview app package

What does it do?

ecs-preview app package prints the CloudFormation template used to deploy an application to an environment.

What are the flags?

-e, --env string          Name of the environment.
-h, --help                help for package
-n, --name string         Name of the application.
    --output-dir string   Optional. Writes the stack template and template configuration to a directory.
    --tag string          Optional. The application's image tag.

What does it look like?

Running ecs-cli app package

Clone this wiki locally