AWS cli documentation change
Summary
Added --cli-error-format parameter and updated CLI version references
Security assessment
Addition of error formatting options is a general usability improvement rather than security-related. No changes to authentication security mechanisms documented
Diff
diff --git a/cli/latest/reference/sso/login.md b/cli/latest/reference/sso/login.md index dd2a49c20..f76e0ae5a 100644 --- a//cli/latest/reference/sso/login.md +++ b//cli/latest/reference/sso/login.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 caches an AWS IAM Identity Center access token to exchange for AWS + [--cli-error-format <value>] @@ -121,0 +123 @@ The formatting style for command output. + * off @@ -187,0 +190,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 + + + @@ -198 +213 @@ Disable automatically prompt for CLI input parameters. - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »