AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-28 · Documentation low

File: cli/latest/reference/eks/get-token.md

Summary

Updated CLI version reference and added --cli-error-format parameter documentation

Security assessment

Cluster authentication token documentation updated with error formatting option. No security-related changes to token generation process.

Diff

diff --git a/cli/latest/reference/eks/get-token.md b/cli/latest/reference/eks/get-token.md
index 62d1d6bde..410f3f478 100644
--- a//cli/latest/reference/eks/get-token.md
+++ b//cli/latest/reference/eks/get-token.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.0 Command Reference](../../index.html) »
@@ -85,0 +86 @@ Get a token for authentication with an Amazon EKS cluster. This can be used as a
+    [--cli-error-format <value>]
@@ -122,0 +124 @@ The formatting style for command output.
+  * off
@@ -188,0 +191,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
+
+
+
@@ -254 +269 @@ Output:
-  * [AWS CLI 2.33.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.0 Command Reference](../../index.html) »