python-openstackclient/releasenotes/notes/bug-1666780-c10010e9061689d3.yaml
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

12 lines
549 B
YAML

---
features:
- |
Support list commands by group name keyword. 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, and make it easier for users to find out the related commands that
they care about.
[Bug `1666780 <https://bugs.launchpad.net/python-openstackclient/+bug/1666780>`_]