AWS cli documentation change
Summary
Updated CLI version reference and added --cli-error-format parameter documentation
Security assessment
Authentication token command documentation updated with error formatting option. No changes to authentication mechanism or security controls.
Diff
diff --git a/cli/latest/reference/ecr/get-login-password.md b/cli/latest/reference/ecr/get-login-password.md index 62ae59ca3..1cefe3a71 100644 --- a//cli/latest/reference/ecr/get-login-password.md +++ b//cli/latest/reference/ecr/get-login-password.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -86,0 +87 @@ This command is supported using the latest version of AWS CLI version 2 or in v1 + [--cli-error-format <value>] @@ -119,0 +121 @@ The formatting style for command output. + * off @@ -185,0 +188,13 @@ Disable automatically prompt for CLI input parameters. +`--cli-error-format` (string) + +The formatting style for error output. By default, errors are displayed in enhanced format. + + * legacy + * json + * yaml + * text + * table + * enhanced + + + @@ -230 +245 @@ For more information, see [Registry Authentication](https://docs.aws.amazon.com/ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »