AWS cli documentation change
Summary
Updated CLI version reference and added '--cli-error-format' documentation for log tailing command
Security assessment
Addition of error formatting options and version bump does not impact security controls or document security features.
Diff
diff --git a/cli/latest/reference/logs/start-live-tail.md b/cli/latest/reference/logs/start-live-tail.md index cf3feace5..cbf3e4093 100644 --- a//cli/latest/reference/logs/start-live-tail.md +++ b//cli/latest/reference/logs/start-live-tail.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -95,0 +96 @@ Live Tail sessions incur charges by session usage time, per minute. For pricing + [--cli-error-format <value>] @@ -159,0 +161 @@ The formatting style for command output. + * off @@ -225,0 +228,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 + + + @@ -258 +273 @@ In interactive mode you can highlight as many as five terms in the tailed logs. - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »