Skip to content

Commit

Permalink
chore: update flag descriptions for credential flags (#5253)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
  • Loading branch information
bvtujo authored Aug 29, 2023
1 parent 48e3050 commit 109c506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/pkg/cli/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,9 @@ Cannot be specified with --default-config or any of the --override flags.`
enableContainerInsightsFlagDescription = "Optional. Enable CloudWatch Container Insights."
defaultConfigFlagDescription = "Optional. Skip prompting and use default environment configuration."

profileFlagDescription = "Name of the profile."
accessKeyIDFlagDescription = "Optional. An AWS access key."
secretAccessKeyFlagDescription = "Optional. An AWS secret access key."
profileFlagDescription = "Name of the profile for the environment account."
accessKeyIDFlagDescription = "Optional. An AWS access key for the environment account."
secretAccessKeyFlagDescription = "Optional. An AWS secret access key for the environment account."
sessionTokenFlagDescription = "Optional. An AWS session token for temporary credentials."
envRegionTokenFlagDescription = "Optional. An AWS region where the environment will be created."

Expand Down

0 comments on commit 109c506

Please sign in to comment.