{"tool":"aws","tool_display":"Aws","intent":"list-images-in-repository","intent_display":"list images in repository","title":"Aws Command: list images in repository","command_string":"aws ecr list-images --repository-name <repository>","raw_command_string":"aws ecr list-images --repository-name {{repository}}","description":"Exact CLI syntax to list images in repository using Aws.","usage_scenario":"When conducting audits or evaluations of containerization strategy and image usage.","scenario_context":"Quickly list all images in a specific AWS ECR repository for better management.","simulated_output":"{\n    \"imageIds\": [\n        {\n            \"imageDigest\": \"sha256:abc123...\",\n            \"imageTag\": \"latest\"\n        },\n        {\n            \"imageDigest\": \"sha256:def456...\",\n            \"imageTag\": \"v1.0\"\n        }\n    ],\n    \"nextToken\": null\n}","how_to_steps":["Run the command: aws ecr list-images --repository-name my-repo","Verify the output for image details and tags."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/list-images-in-repository"}