list¶
List all images and tags stored in an S3 bucket or local storage.
Examples¶
# List all images (S3)
s3lo list s3://my-bucket/
# List all images (local storage)
s3lo list local://./local-s3/
# Filter with grep
s3lo list s3://my-bucket/ | grep myapp
# Count total tags
s3lo list s3://my-bucket/ | wc -l
Output¶
Each line is a valid S3 reference — prefix with s3://my-bucket/ to use with other commands: