diff options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/image.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst index bc38429d..83036a64 100644 --- a/doc/source/command-objects/image.rst +++ b/doc/source/command-objects/image.rst @@ -141,6 +141,7 @@ List available images [--public | --private | --shared] [--property <key=value>] [--long] + [--sort <key>[:<direction>]] .. option:: --public @@ -164,6 +165,11 @@ List available images List additional fields in output +.. option:: --sort <key>[:<direction>] + + Sort output by selected keys and directions(asc or desc) (default: asc), + multiple keys and directions can be specified separated by comma + image save ---------- |
