Open
Description
When I call ecr functions like ecr-repositories
, an argument "--registry-id" is expected
$ ecr-repositories
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 --registry-id: expected one argument
but when I call the aws ecr corresponding command, it is working correctly :
$ aws ecr describe-repositories
{
### list of repositories
}
Metadata
Metadata
Assignees
Labels
No labels