From 62ea50a6252a4ae227e643563c988902e6a487d3 Mon Sep 17 00:00:00 2001 From: Josh Meek Date: Wed, 13 Nov 2019 13:06:51 -0500 Subject: [PATCH] Update Fargate Agent CLI doc for note about double hyphen options --- docs/cloud/agent/fargate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/agent/fargate.md b/docs/cloud/agent/fargate.md index 5363f7e8b366..7227b94db20d 100644 --- a/docs/cloud/agent/fargate.md +++ b/docs/cloud/agent/fargate.md @@ -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=...