From 0898ebacb8d9c38ae36adaf593867a9b16a50504 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 22 Feb 2017 14:39:09 +0800 Subject: Support list commands by group name keyword The output of current "command list" is so long, it's very difficult for users to find out the commands they care about. Add "--group " option to filter the commands by group name keyword, like: --group volume, list all openstack.volume.v2 (cinder) commands That support the scenario that users need to know the current support commands of some OpenStack services(nova, neutron, cinder and so on) in OSC. Change-Id: Id673042729ad36a0cac0b81fb31a3537c24f03fc Closes-Bug: #1666780 --- doc/source/command-objects/command.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/source/command-objects/command.rst') diff --git a/doc/source/command-objects/command.rst b/doc/source/command-objects/command.rst index 34c07da6..918fd959 100644 --- a/doc/source/command-objects/command.rst +++ b/doc/source/command-objects/command.rst @@ -15,3 +15,9 @@ List recognized commands by group .. code:: bash openstack command list + [--group ] + +.. option:: --group + + Show commands filtered by a command group, for example: identity, volume, + compute, image, network and other keywords -- cgit v1.2.1