bl get image
Get image information
Synopsis
Get information about container images.
Usage patterns:
bl get images List all images (without tags)
bl get image agent/my-image Get image details with all tags
bl get image agent/my-image:v1.0 Get specific tag information
The image reference format is: resourceType/imageName[:tag]
- resourceType: The type of resource (e.g., agent, function, job)
- imageName: The name of the image
- tag: Optional tag to filter for a specific version
bl get image [resourceType/imageName[:tag]] [flags]
Examples
# List all images
bl get images
# Get all tags for a specific image
bl get image agent/my-agent
# Get a specific tag
bl get image agent/my-agent:latest
# Use different output formats
bl get images -o json
bl get image agent/my-agent -o pretty
Options
-h, --help help for image
Options inherited from parent commands
-o, --output string Output format. One of: pretty,yaml,json,table
--skip-version-warning Skip version warning
-u, --utc Enable UTC timezone
-v, --verbose Enable verbose output
--watch After listing/getting the requested object, watch for changes.
-w, --workspace string Specify the workspace name
SEE ALSO
Last modified on April 6, 2026