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
|
|
Filter the output according to the contents of specified fields. |
|
|
Maximum number of streams to list. |
|
|
Limit field output to fields specified in a list of
|
|
|
Display task streams unloaded with p4 unload. |
|
|
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 |
|
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" |