Sha256: d3326d4a8fa896ad1d499fe359f0f467d4ca0f51f5b276c62175a5473ef8efbc

Contents?: true

Size: 1.65 KB

Versions: 12

Compression:

Stored size: 1.65 KB

Contents

{:.ship-options}
Option  | Description
------------- | -------------
`--task`  | By convention ufo uses the same name for both the ECS service and task definition. You can override this convention with this option.  The conventions are covered on the [Conventions]({% link _docs/conventions.md %}) page.
`--target-group`  | The ELB target group to use for the ECS service. This is respected if the ECS service is being created the first time. If the ECS service already exists, this option gets ignored.
`--target-group-prompt`  | This boolean option allows you to bypass setting the ELB target group if desired.
`--docker`  | This boolean option determines whether to build the docker image first as part of the ship process.
`--tasks`  | This boolean option determines where to build and register the task definitions.
`--wait`  | This boolean option determines if ufo blocks and waits until the service has been deployed before continuing.
`--pretty`  | This boolean option determines ufo generates the task definitions in output in a pretty human readable format.
`--stop-old-tasks`  | This boolean option determines if ufo will call ecs stop-task on the old tasks after deployment. Sometimes old tasks hang around for a little bit with ECS this forces them along a little quicker.
`--ecr-keep`  | This integer option determines how many old docker images to keep around.  Ufo will automatically delete and clean up docker images at the end of this process. The default is reasonable large at 30.
`--cluster`  | This decides what cluster to use.  This can also be set in ufo/settings.yml covered in [Settings]({% link _docs/settings.md %}).  The cli option takes highest precedence.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ufo-2.3.0 docs/_includes/ufo-ship-options.md
ufo-2.2.2 docs/_includes/ufo-ship-options.md
ufo-2.2.1 docs/_includes/ufo-ship-options.md
ufo-2.2.0 docs/_includes/ufo-ship-options.md
ufo-2.1.0 docs/_includes/ufo-ship-options.md
ufo-2.0.3 docs/_includes/ufo-ship-options.md
ufo-2.0.2 docs/_includes/ufo-ship-options.md
ufo-2.0.1 docs/_includes/ufo-ship-options.md
ufo-2.0.0 docs/_includes/ufo-ship-options.md
ufo-1.7.1 docs/_includes/ufo-ship-options.md
ufo-1.7.0 docs/_includes/ufo-ship-options.md
ufo-1.6.2 docs/_includes/ufo-ship-options.md