p4_files
List files in a Perforce depot with metadata, supporting filters like filespec, revisions, and case sensitivity to find exactly what you need.
Instructions
List files in depot with metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results (optional) | |
| filespec | No | Filespec to list (optional, defaults to all files) | |
| filespecs | No | Filespecs to list in one command (optional) | |
| ignoreCase | No | Ignore case of the file argument using -i (optional) | |
| allRevisions | No | Display all revisions in range using -a (optional) | |
| archiveDepot | No | Include files in archive depots using -A (optional) | |
| existingOnly | No | Show only revisions available for sync/integrate using -e (optional) | |
| workspacePath | No | Path to workspace directory (optional, defaults to current directory) |