Skip to content

Commit 54294a9

Browse files
Enzo RivelloSoManyHs
authored andcommitted
Fix documentation for empty cluster option
1 parent 8ed5334 commit 54294a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Alternatively, you may specify one or more existing security group IDs with the
236236
You can also create an empty ECS cluster by using the `--empty` or `--e` flag:
237237

238238
```
239-
ecs-cli --empty up --cluster myCluster
239+
ecs-cli up --cluster myCluster --empty
240240
```
241241

242242
This is equivalent to the [create-cluster command](https://docs.aws.amazon.com/cli/latest/reference/ecs/create-cluster.html), and will not create a CloudFormation stack associated with your cluster.

0 commit comments

Comments
 (0)