Skip to content

Commit

Permalink
implement task --count cli arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sherzberg committed Apr 4, 2019
1 parent 0e693f9 commit b38c7b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 131 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ GLOBAL OPTIONS:
--subnet value Subnet to launch task in (required for FARGATE). Can be specified multiple times
--env KEY=value, -e KEY=value An environment variable to add in the form KEY=value or `KEY` (shorthand for `KEY=$KEY` to pass through an env var from the current host). Can be specified multiple times
--inherit-env, -E Inherit all of the environment variables from the calling shell
--count value, -C value Number of tasks to run (default: 1)
--help, -h show help
--version, -v print the version
```
Expand Down
131 changes: 0 additions & 131 deletions main.go

This file was deleted.

0 comments on commit b38c7b2

Please sign in to comment.