p4_raw_command
Execute raw p4 commands to debug Perforce operations, capturing stdout and stderr for troubleshooting.
Instructions
FOR DEBUGGING: Executes a raw p4 command and returns stdout/stderr
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Working directory path (optional) | |
| command | Yes | The full p4 command to run (e.g., 'p4 describe -s 1234') |