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:
已提问 4 个月前151 查看次数
1 回答
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
专家
已回答 4 个月前
  • 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:

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则