Merge "Add sort support to image list"
This commit is contained in:
doc/source/command-objects
openstackclient
@ -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
|
||||
----------
|
||||
|
||||
|
Reference in New Issue
Block a user