p4 aliases
Synopsis
Display command aliases that are currently defined in a .p4aliases
file.
For complete information, see Command aliases.
Syntax
p4 [g-opts
] aliases
Description
The .p4alias
file contains the definitions of the command aliases you
have created.
The command output for p4 aliases
does not include pre-defined
aliases, for example p4 changes
for p4 changelists
. It
only displays the contents of your .p4aliases
file, and it does not
include comments. For example:
$ p4 aliases
co => edit
ci => submit
st => status
shelved => changes -s shelved -u $(P4USER) -c $(P4CLIENT)
pending => changes -s pending -u $(P4USER) -c $(P4CLIENT)
desc => describe -s
purge => clean -I
blame => annotate -u
nuke-shelf $(change) => shelve -dc $(change) &&
revert -c $(change) //... &&
change -d $(change)
newChange $(desc) => change -o > $(chg) &&
p4subst "$(LT)enter.*$(GT)" $(desc) < $(chg) > $(chg2) &&
change -i < $(chg2)
Options
|
See “Global Options”. |
Usage Notes
Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required |
---|---|---|
N/A |
N/A |
|