Appearance
metaplay image list ENVIRONMENT [flags]
List Docker images in the target environment's image repository
Appearance
List Docker images in the target environment's image repository
metaplay image list ENVIRONMENT [flags] List Docker images available in the target environment's image repository (ECR).
Expected arguments:
Related commands:
# List the 20 most recent images in environment 'lovely-wombats-build-nimbly'.
metaplay image list lovely-wombats-build-nimbly
# List all images in JSON format.
metaplay image list lovely-wombats-build-nimbly --format=json --limit=0--format <string>: Output format: 'text' or 'json' (default: text)--limit <int>: Maximum number of images to show (0 for all) (default: 20)--color <string>: Should the output be colored (yes/no/auto)? [env: METAPLAYCLI_COLOR] (default: auto)--project <string>: Path to the to project directory (where metaplay-project.yaml is located)--skip-version-check: Skip the check for a new CLI version being available--verbose: Enable verbose logging, useful for troubleshooting [env: METAPLAYCLI_VERBOSE]