diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-03-16 13:01:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-03-16 13:01:56 +0000 |
| commit | 9184e1928843940509ba8f1e4069675454916d9a (patch) | |
| tree | 6803c08efdb86071ca340c1fa1e7a5f839080554 /doc/source/command-objects | |
| parent | 66246561d8a48aca50773db6d3671f713b6efbe1 (diff) | |
| parent | 6c1b03bf7354fe39d61bb9cf93d2491bbb5ebb16 (diff) | |
| download | python-openstackclient-9184e1928843940509ba8f1e4069675454916d9a.tar.gz | |
Merge "Add sort support to project list"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/project.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/command-objects/project.rst b/doc/source/command-objects/project.rst index 1111fa59..018cea3e 100644 --- a/doc/source/command-objects/project.rst +++ b/doc/source/command-objects/project.rst @@ -96,6 +96,7 @@ List projects [--domain <domain>] [--user <user>] [--long] + [--sort <key>[:<direction>,<key>:<direction>,..]] .. option:: --domain <domain> @@ -113,6 +114,12 @@ List projects List additional fields in output +.. option:: --sort <key>[:<direction>,<key>:<direction>,..] + + Sort output by selected keys and directions (asc or desc) (default: asc), + multiple keys and directions can be specified --sort + <key>[:<direction>,<key>:<direction>,..] + project set ----------- |
