openstack-image
Verified for current stable LTS
Openstack Image Command: Display Image Details
Use for display image details with Openstack Image. Exact CLI syntax to display image details using Openstack Image.
When to use this: Use for display image details with Openstack Image.
Command Syntax
openstack image show --human-readable <image_id> openstack image show --human-readable <image_id> Command Breakdown
--human-readable- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display image details using Openstack Image.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Openstack Image Command: Create Or Upload Image
openstack image create --file <path/to/file> --private <image_name> Openstack Image Command: Delete Images openstack image delete <image_id1 image_id2 ...> Openstack Image Command: List Available Images openstack image list --private Openstack Image Command: Save Image Locally openstack image save --file <filename> <image_id> Du Command: List Directory Sizes Human Readable du -h <path/to/directory>