diff options
Diffstat (limited to 'doc/source/cli/command-objects/command.rst')
| -rw-r--r-- | doc/source/cli/command-objects/command.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/command.rst b/doc/source/cli/command-objects/command.rst new file mode 100644 index 00000000..918fd959 --- /dev/null +++ b/doc/source/cli/command-objects/command.rst @@ -0,0 +1,23 @@ +======= +command +======= + +Internal + +Installed commands in the OSC process. + +command list +------------ + +List recognized commands by group + +.. program:: command list +.. code:: bash + + openstack command list + [--group <group-keyword>] + +.. option:: --group <group-keyword> + + Show commands filtered by a command group, for example: identity, volume, + compute, image, network and other keywords |
