AWS cli documentation change
Summary
Added Fish shell export format example for credential exporting
Security assessment
Adds documentation for credential export format without changing security controls. Credential handling documentation is security-related but this change doesn't address vulnerabilities
Diff
diff --git a/cli/latest/reference/configure/export-credentials.md b/cli/latest/reference/configure/export-credentials.md index 5919f12d6..d252b3084 100644 --- a//cli/latest/reference/configure/export-credentials.md +++ b//cli/latest/reference/configure/export-credentials.md @@ -15 +15 @@ - * [AWS CLI 2.33.6 Command Reference](../../index.html) » + * [AWS CLI 2.33.8 Command Reference](../../index.html) » @@ -74,0 +75 @@ Export credentials in various formats. This command will retrieve AWS credential +> * `fish` \- Display credentials as Fish shell environment variables: `set -gx AWS_ACCESS_KEY_ID "EXAMPLE"` @@ -181 +182 @@ Disable automatically prompt for CLI input parameters. - * [AWS CLI 2.33.6 Command Reference](../../index.html) » + * [AWS CLI 2.33.8 Command Reference](../../index.html) »