diff options
| author | Adam Harwell <flux.adam@gmail.com> | 2018-06-13 15:22:17 -0700 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2018-06-28 16:17:14 +0000 |
| commit | 9edbab8c90bb74ba12892d0c77c8e8a99d4868fe (patch) | |
| tree | c3ad00871aaea7cba714868919b7bc61838b78c8 /doc/source/cli/command-objects | |
| parent | 9766eb23e797935fcafa4990b46cedde83b19fc6 (diff) | |
| download | python-openstackclient-9edbab8c90bb74ba12892d0c77c8e8a99d4868fe.tar.gz | |
Add ability to filter image list by tag
Change-Id: I2e222d3e69df9d8d7cd472663caaee31bedd848c
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/image.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst index f0b5bfaa..a09a8d9f 100644 --- a/doc/source/cli/command-objects/image.rst +++ b/doc/source/cli/command-objects/image.rst @@ -209,6 +209,7 @@ List available images [--property <key=value>] [--name <name>] [--status <status>] + [--tag <tag>] [--long] [--sort <key>[:<direction>]] [--limit <num-images>] @@ -244,6 +245,12 @@ List available images *Image version 2 only* +.. option:: --tag <tag> + + Filter images based on tag + + *Image version 2 only* + .. option:: --long List additional fields in output |
