diff options
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/versions.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/versions.rst b/doc/source/cli/command-objects/versions.rst index 67425652..0aa9a1b7 100644 --- a/doc/source/cli/command-objects/versions.rst +++ b/doc/source/cli/command-objects/versions.rst @@ -17,6 +17,7 @@ Show service versions: [--interface <interface>] [--region-name <region-name>] [--service <service>] + [--status <status>] .. option:: --all-interfaces @@ -30,7 +31,7 @@ Show service versions: .. option:: --region-name <region-name> - Limit results to only those from region-name + Limit results to only those from a given region. .. option:: --service <service> @@ -38,4 +39,13 @@ Show service versions: an exact match to what is in the catalog or a known official value or alias from `service-types-authority`_. +.. option:: --status <status> + + Limit results to only those in the given state. Valid values are: + + - SUPPORTED + - CURRENT + - DEPRECATED + - EXPERIMENTAL + .. _service-types-authority: https://service-types.openstack.org/ |
