p4_print
Retrieve and display file contents directly from the Perforce depot using a filespec or multiple filespecs, with optional header suppression and workspace path support.
Instructions
Print file content from the depot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiet | No | Suppress file headers (optional, defaults to true) | |
| filespec | No | Depot filespec to print (required) | |
| filespecs | No | Depot filespecs to print in one command (required if filespec is omitted) | |
| workspacePath | No | Path to workspace directory (optional, defaults to current directory) |