p4_shelve
Shelve files in a Perforce changelist to share work for code review. Specify the changelist, optionally limit files, or delete shelved files.
Instructions
Shelve files for code review
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Files to shelve (optional, shelves all in changelist if not specified) | |
| delete | No | Delete shelved files instead of creating (optional, defaults to false) | |
| changelist | Yes | Changelist number (required) | |
| workspacePath | No | Path to workspace directory (optional, defaults to current directory) |