Skip to content

Commit

Permalink
Update Fargate Agent CLI doc for note about double hyphen options
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmeek committed Nov 13, 2019
1 parent 5724352 commit 62ea50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cloud/agent/fargate.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ If you encounter issues with Fargate raising errors in cases of client timeouts

#### Prefect CLI Using Kwargs

All configuration options for the Fargate Agent can also be provided to the `prefect agent start fargate` CLI command. They must match the camel casing used by boto3.
All configuration options for the Fargate Agent can also be provided to the `prefect agent start fargate` CLI command. They must match the camel casing used by boto3 but both the single kwarg as well as with the standard prefix of `--` are accepted. This means that `taskRoleArn=""` is the same as `--taskRoleArn=""`.

```bash
$ export AWS_ACCESS_KEY_ID=...
Expand Down

0 comments on commit 62ea50a

Please sign in to comment.