AWS cli documentation change
Summary
Added --cli-error-format parameter and updated CLI version references
Security assessment
SSH command documentation updates focus on error message presentation rather than security controls
Diff
diff --git a/cli/latest/reference/emr/ssh.md b/cli/latest/reference/emr/ssh.md index 68b2b3a30..c92e66583 100644 --- a//cli/latest/reference/emr/ssh.md +++ b//cli/latest/reference/emr/ssh.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -87,0 +88 @@ A value for the variable Key Pair File can be set in the AWS CLI config file usi + [--cli-error-format <value>] @@ -124,0 +126 @@ The formatting style for command output. + * off @@ -190,0 +193,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 + + + @@ -249 +264 @@ Output: - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »