File: find-project-203bf867619c557e.yaml

package info (click to toggle)
python-osc-lib 4.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 820 kB
  • sloc: python: 6,505; makefile: 21; sh: 2
file content (13 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Adds ``osc_lib.cli.identity.find_project()``. This function can be
    used to look up a project ID from command-line options like:

    .. code-block:: python

       find_project(self.app.client_manager.sdk_connection,
                    parsed_args.project, parsed_args.project_domain)
  - |
    Adds ``osc_lib.cli.identity.add_project_owner_option_to_parser()``
    to register project and project domain options to CLI.