File: use-bundle-names-b1b3ee5c2858c96b.yaml

package info (click to toggle)
git-pw 2.0.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,972; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    It's now possible to use a bundle name in addition to the numeric ID for
    the ``bundle download``, ``bundle apply`` and ``bundle show`` commands.
    For example::

        $ git pw bundle show 'My sample bundle'

    As bundle names are not necessarily unique, this will fail if multiple
    bundles match the provided string.