p4 graph show-ref (graph)
Display reference values.
For depots of type graph only. 
Syntax
p4 graph show-ref [ -n //repo/name ] [-a -u user -m max -t ref-type ] [[-e|-E] nameFilter]
Options
| 
 | Specifies the repo name. If a repo name is specified, you have to have read permission for that repo. | 
| -a | Displays all references from all repos. | 
| 
 | Displays only references readable by the user argument. | 
| 
 | Specifies the maximum references to display. | 
| 
 | Specifies the type of reference, tag or branch. | 
| -e nameFilter | Lists references with a name that matches
        the nameFilter pattern. For example: -e refs/heads/dev... | 
| -e | Uses the server's normal case-sensitivity rules. | 
| -E | Makes the matching case-insensitive, even on a case-sensitive server. | 
Usage notes
| Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required | 
|---|---|---|
| N/A | N/A | super |