Skip to content

aws configure list doesn't respect the --output switch #10477

Description

@michailw

Describe the bug

While running the command aws configure list, the --output option is always ignored.

Regression Issue

  • Select this option if this issue appears to be a regression.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions