Listing Applications in IAM Identity Center

0

I am referring the latest AWS CLI doc for list-applications. But I don't think it is available anymore?. https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sso-admin/list-applications.html

aws sso-admin list-applications

usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help

aws.exe: error: argument operation: Invalid choice, valid choices are:
1 Answer
1

What version of the CLI are you running. You can find out by executing (on my machine this yields):

% aws --version
aws-cli/2.15.6 Python/3.11.7 Darwin/23.2.0 source/arm64 prompt/off

Also use the "help" facility to explain a command in the CLI as follows:

% aws sso-admin list-applications help
AWS
EXPERT
answered 4 months ago
  • I am using CLI v2

    aws --version aws-cli/2.9.17 Python/3.9.11 Windows/10 exe/AMD64 prompt/off

  • Getting the same error :

    aws sso-admin list-applications help

    usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters] To see help text, you can run:

    aws help aws <command> help aws <command> <subcommand> help

    aws: error: argument operation: Invalid choice, valid choices are:

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions