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 Antwort
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
EXPERTE
beantwortet vor 4 Monaten
  • 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:

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen