> pi ip properties -h
Usage: pi ip properties [-h] [--template TEMPLATE] identifier
Description: Edit the IP/IPV Properties on an existing IP. The command puts
the IP/IPV specification into a temporary file and invokes the editor
specified by the EDITOR environment variable. Saving the file edits IP/IPV
Properties of the IP.
Positional arguments:
identifier The name of the IP or IPV whose Properties are being
edited.
Optional arguments:
--template TEMPLATE, -t TEMPLATE
Use the specified template to edit the IP/IPV
Properties. The template is an ASCII file that defines
the IP/IPV Properties on the IP. This can be used to
edit IP/IPV Properties using a script and avoid the
interactive editor.
-h, --help Show this help message and exit
Examples:
# Edit the IP/IPV Properties on LATEST Version on Line TRUNK of IP lib.ip
pi ip prop lib.ip
# Edit the IP/IPV Properties on Version 2 on Line dev of IP lib.ip
pi ip prop lib.ip@2.dev
# Read IP/IPV Property values from a Template file and set on IPV lib.ip@2.dev
pi ip prop -t ip_prop_values.tpl lib.ip@2.dev
More information and documentation available at:
https://help.perforce.com/methodics/
Copyright © 2010-2024 Perforce, Inc.