File: bug-1666780-c10010e9061689d3.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (12 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (5)
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>`_]