Skip to content

app init command

Penghao He edited this page Mar 18, 2020 · 13 revisions
$ ecs-preview app init

What does it do?

ecs-preview app init creates an app for you. Feel free to update your manifest to change the default configs. Then, you can run ecs-preview app deploy to deploy your app.

What are the flags?

-t, --app-type string     Type of application to create.
-d, --dockerfile string   Path to the Dockerfile.
-h, --help                help for init
-n, --name string         Name of the application.
    --port uint16         Optional. The port on which your Dockerfile listens.

What does it look like?

Clone this wiki locally