Skip to content

Commit

Permalink
update readme for --tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Dec 13, 2017
1 parent ec445de commit 8920786
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Commands:
rollback service
```

For more options for sub-commands, See `ecspresso sub-command --help`.

### Configuration file

YAML format.
Expand Down Expand Up @@ -73,6 +75,16 @@ Events:
2017/11/09 23:23:29 myService/default Service is stable now. Completed!
```

## Scale out/in

To change desired count of the service, specify `--tasks` option.

If `--skip-task-definition` is set, task definition will not be registered.

```console
$ ecspresso deploy --config config.yaml --tasks 10 --skip-task-definition
```

## Example of create

escpresso can create service by `service_definition` JSON file and `task_definition`.
Expand Down

0 comments on commit 8920786

Please sign in to comment.