p4 streams

Synopsis

Display a list of streams.

Syntax

p4 [g-opts] streams [-U] [-F filter] [-T fields] [-m max] [streamPath …]

Description

Lists the streams defined in the currently connected service. To filter the list, for example, to list streams for a particular depot, specify the streamPath.

Options

-F filter

Filter the output according to the contents of specified fields.

-m max

Maximum number of streams to list.

-T fields

Limit field output to fields specified in a list of fields. Field names may be separated by a space or comma. Intended for scripting. This option forces tagged output.

-U

Display task streams unloaded with p4 unload.

g-opts

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

list

Examples

List the streams in the jam depot

p4 streams //jam/...

List the release streams owned by Bruno

p4 streams -F "Owner=bruno Type=release"

Related Commands

Create, edit or delete a stream

p4 stream