p4 remotes

Synopsis

Display a list of remote specifications.

Syntax

p4 [g-opts] remotes [[-e|-E] namefilter] [-m count]

Description

Use this command to display a list of remote specifications.

Note

These remotes have nothing to do with the Perforce construct of remote depots.

Options

With no options specified p4 remotes lists all remote specifications defined on this server.

-e namefilter

Lists remote specs with a name that matches the namefilter pattern. For example:

p4 remotes -e svr-dev-rel*

The -e option uses the server's normal case-sensitivity rules.

-E namefilter

Performs the same operation as the -e option, but makes the matching case-insensitive even on a case-sensitive server.

-m count

Limits output to the specified number of remote specs.

Usage Notes

Can File Arguments Use Revision Specifier?

Can File Arguments Use Revision Range?

Minimal Access Level Required

N/A

N/A


list

Examples

p4 remotes -m 5

List up to 5 remote specs.

Related Commands

To create, modify or delete a remote specification

p4 remote