awslabs / fargatecli

CLI for AWS Fargate
Apache License 2.0
893 stars 114 forks source link

Env variables cannot contain comma in the value #89

Closed holyjak closed 5 years ago

holyjak commented 5 years ago

Specifying --env MYVAR=first,second will fail with

second must be in the form of KEY=value

I assume that is because of the way cobra/pflag parses flags, though I did not find it mentioned in their docs.

Ideally it would be possible to have env var values with , or at least this problem should be documented.

Thank you!

holyjak commented 5 years ago

Duplicate of #40