AWS cli documentation change
Summary
Updated CLI version reference and added --cli-error-format parameter documentation
Security assessment
Changes relate to error message formatting and version update for public ECR authentication. No security feature additions or vulnerability fixes.
Diff
diff --git a/cli/latest/reference/ecr-public/get-login-password.md b/cli/latest/reference/ecr-public/get-login-password.md index 42e043e12..39095ad49 100644 --- a//cli/latest/reference/ecr-public/get-login-password.md +++ b//cli/latest/reference/ecr-public/get-login-password.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -84,0 +85 @@ Retrieves and displays an authentication token using the GetAuthorizationToken A + [--cli-error-format <value>] @@ -117,0 +119 @@ The formatting style for command output. + * off @@ -183,0 +186,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 + + + @@ -234 +249 @@ For more information, see [Authenticate to your own Amazon ECR Public](https://d - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »