Skip to content

Commit

Permalink
Merge pull request #234 from meroxa/update-env-help
Browse files Browse the repository at this point in the history
Update example for env create
  • Loading branch information
dianadoherty authored Jan 4, 2022
2 parents 90cb9f6 + bc3a0a1 commit 69b632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/meroxa/root/environments/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (c *Create) Docs() builder.Docs {
return builder.Docs{
Short: "Create an environment",
Example: `
meroxa env create my-env --type self_hosted --provider aws --region us-east-1 --config "{\"aws_access_key_id\":\"my_access_key\", \"aws_secret_access_key\":\"my_secret_access_key\"}"
meroxa env create my-env --type self_hosted --provider aws --region us-east-1 --config aws_access_key_id=my_access_key --config aws_access_secret=my_access_secret
`,
}
}

0 comments on commit 69b632e

Please sign in to comment.