Skip to content

Commit

Permalink
Merge pull request buildkite#22 from sherzberg/feature/number-of-tasks
Browse files Browse the repository at this point in the history
implement -number-of-tasks cli arg
  • Loading branch information
lox authored Apr 4, 2019
2 parents 0e693f9 + b38c7b2 commit 8c2228d
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 8c2228d

Please sign in to comment.