p4_fstat
Retrieve detailed metadata for Perforce depot or workspace files. Use filters, fields, and changelist options to inspect file attributes, revisions, and status.
Instructions
Get file metadata from depot/workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results (optional) | |
| fields | No | Specific tagged fields to return using -T (optional) | |
| filter | No | fstat filter expression for -F (optional) | |
| filespec | No | Filespec to inspect (required) | |
| filespecs | No | Filespecs to inspect in one command (required if filespec is omitted) | |
| changelist | No | Show files modified by a specific changelist using -e (optional) | |
| changeAfter | No | Show files modified by or after a submitted changelist using -c (optional) | |
| sortOptions | No | Raw -S option suffixes such as d, h, r, s, t (optional) | |
| limitOptions | No | Raw -R option suffixes such as c, h, o, u (optional) | |
| reverseOrder | No | Reverse the output sort order using -r (optional) | |
| outputOptions | No | Raw -O option suffixes such as l, p, r, s (optional) | |
| workspacePath | No | Path to workspace directory (optional, defaults to current directory) | |
| attributePattern | No | Restrict attributes using -A pattern (optional) |