List accounts

List accounts.

Usage

tkm org accounts list

Positional arguments

This command has no positional arguments.

Options

In addition to the common options, this command has no command-specific options.

IAM permissions

These are the minimum IAM permissions required to run this command.

Statement:
  - Effect: Allow
    Action:
      - organizations:DescribeOrganization
      - organizations:ListAccounts
    Resource: "*"

Examples

List accounts.

tkm org accounts list

Last updated