Describe the bug
While running the command aws configure list, the --output option is always ignored.
Regression Issue
Expected Behavior
Documented options should be respected, and output properly formatted:
--output (string)
The formatting style for command output.
o json
o text
o table
o yaml
o yaml-stream
o off
Current Behavior
No matter what --output option I use, it always prints output in the following way:
NAME : VALUE : TYPE : LOCATION
Reproduction Steps
Run the following:
aws configure list --output json
aws configure list --output yaml
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.35.17 Python/3.14.6 Darwin/25.5.0 source/arm64
Environment details (OS name and version, etc.)
aws-cli/2.35.17 Python/3.14.6 Darwin/25.5.0 source/arm64
Describe the bug
While running the command
aws configure list, the--outputoption is always ignored.Regression Issue
Expected Behavior
Documented options should be respected, and output properly formatted:
Current Behavior
No matter what
--outputoption I use, it always prints output in the following way:Reproduction Steps
Run the following:
aws configure list --output jsonaws configure list --output yamlPossible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.35.17 Python/3.14.6 Darwin/25.5.0 source/arm64
Environment details (OS name and version, etc.)
aws-cli/2.35.17 Python/3.14.6 Darwin/25.5.0 source/arm64