apply_patch
Modify workspace by applying a patch file, with options for dry run, reverse application, path stripping, and backup creation for controlled changes.
Instructions
Apply a patch file to the workspace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backup | No | Create backup files | |
dryRun | No | Show what would be done without making changes | |
patchFile | Yes | Path to patch file | |
reverse | No | Apply patch in reverse | |
stripPaths | No | Number of path components to strip |