pi label

Commands related to managing Perforce IPLM labels.

Command overview help

pi label -h
Usage: pi label [-h] SUBCOMMAND ...

Description: Manipulate and list Labels. Labels can be used to tag Library or
IP objects to help organize user IP data. Labels are created by admin users
from the command line or from the Web interface.

Optional arguments:
  -h, --help  Show this help message and exit

Available sub-commands:
  SUBCOMMAND
    add       Create a new Label.
    attach    Attach an existing Label to a Library or an IP.
    delete    Delete an existing Label (remove from Perforce IPLM).
    detach    Detach a Label from a Library or an IP.
    edit      Edit an existing Label.
    list (ls)
              List all matching Labels.

More information and documentation available at:
  https://help.perforce.com/methodics/
Copyright © 2010-2023  Perforce, Inc.

LABEL template

[LABEL]
# Name is required
name = newlabel

# Description is optional
description =

# Color is optional
color =

# Icon is optional
icon =

Subcommands