python-openstackclient/doc/source/command-objects/command.rst
Rui Chen 0898ebacb8 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 <group-keyword>" 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
2017-02-23 12:13:06 +08:00

403 B

command

Internal

Installed commands in the OSC process.

command list

List recognized commands by group

command list

openstack command list
    [--group <group-keyword>]

--group <group-keyword>

Show commands filtered by a command group, for example: identity, volume, compute, image, network and other keywords