-
Notifications
You must be signed in to change notification settings - Fork 422
app init command
Penghao He edited this page Mar 18, 2020
·
13 revisions
$ ecs-preview app init
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.
-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.