pi property list

Command Help

> pi prop list -h
Usage: pi property list [-h]
                        [--format {csv,json,long,table,template} | --verbose]
                        [--model MODEL]
                        [identifier [identifier ...]]

Description: List all matching Properties. A variety of format and filtering
options are supported.

Positional arguments:
  identifier            Filter Properties by name.

Optional arguments:
  --format {csv,json,long,table,template}
                        Return the results using the specified data structure.
                        The template format produces files that can be used by
                        the pi add|edit commands with the --template option.
  --model MODEL         Use the specified report model (table report only).
  --verbose, -v         Alias for --format long.
  -h, --help            Show this help message and exit

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

Example

> pi property list newprop
┌─────────┬────────┬────────┬────────┬─────────────┐
│ NAME    │ TARGET │ TYPE   │ SUFFIX │ DESCRIPTION │
╞═════════╪════════╪════════╪════════╪═════════════╡
│ newprop │ IP     │ string │        │ a new prop  │
└─────────┴────────┴────────┴────────┴─────────────┘
Found 1 matching object(s).