summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1666780-c10010e9061689d3.yaml
blob: ed2ee802aedc8dadbe37ea968710c745a61e32c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Add ``--group`` option to the ``command list`` command to filter the
    commands by group name: ``openstack command list --group volume`` will
    list all Volume commands for the selected API version.  Use
    ``--os-XXXX-api-version`` to select a specific API version for the desired APIs.

    This provides an alternative to searching help output to list the comamnds
    available for specific APIs.  Note that the ``--group`` argument is used as
    a simple substring search in the Command Group column.
    [Bug `1666780 <https://bugs.launchpad.net/python-openstackclient/+bug/1666780>`_]