Skip to content

waldur-cli openstack image list

List openstack images.

Usage

1
waldur-cli openstack image list [OPTIONS]
Flag Type Description
--filter KEY=VALUE repeatable Server-side filter. Valid keys: is_rescue_image (boolean), name (string), name_exact (string), offering_uuid (string), settings (string), settings_uuid (string), show_duplicate_names (boolean), tenant (string), tenant_uuid (string).
--fields FIELDS string Fetch only these fields from the server (comma-separated).
--jmespath EXPR string Reshape the already-fetched result client-side (https://jmespath.org).
--limit N integer Stop after this many items.
--format FORMAT string table, json, tsv, toon, or ndjson.

Examples

1
waldur-cli openstack image list --filter name_exact=example --fields uuid,name --format json

Project just the columns you need, client-side:

1
waldur-cli openstack image list --jmespath '[].[uuid, name]'

Global options

Every command also accepts --api-url, --token, --profile, --format, and --debug; mutating commands additionally accept --dry-run. See Getting started for what each does.