AWS cli documentation change
Summary
Updated CLI version reference and added documentation for '--cli-error-format' parameter in logout command
Security assessment
Changes relate to credential cleanup output formatting rather than security controls. No indication of security fixes or vulnerabilities addressed.
Diff
diff --git a/cli/latest/reference/logout/index.md b/cli/latest/reference/logout/index.md index dcddfbff5..2d2950974 100644 --- a//cli/latest/reference/logout/index.md +++ b//cli/latest/reference/logout/index.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -81,0 +82 @@ Clears cached login credentials for the specified profile. + [--cli-error-format <value>] @@ -114,0 +116 @@ The formatting style for command output. + * off @@ -180,0 +183,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 + + + @@ -191 +206 @@ 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) »