summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/details.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/cli/details.rst b/doc/source/cli/details.rst
index 351ee9b..87e18f5 100644
--- a/doc/source/cli/details.rst
+++ b/doc/source/cli/details.rst
@@ -4341,11 +4341,18 @@ cinder type-list
.. code-block:: console
- usage: cinder type-list
+ usage: cinder type-list [--filters <key=value> [<key=value> ...]]
Lists available 'volume types'. (Only admin and tenant users will see private
types)
+**Optional arguments:**
+
+``--filters [<key=value> [<key=value> ...]]``
+ Filter key and value pairs. Please use 'cinder list-filters'
+ to check enabled filters from server, Default=None.
+ (Supported by API version 3.52 and later)
+
.. _cinder_type-show:
cinder type-show