Get Git Diff
getGitDiffRetrieve a git diff for a specific workspace and app, optionally narrowing by commit SHA or file path, to review code changes. Large patches are flagged with truncated: true.
Instructions
With no sha, diffs the working tree. path narrows it to one file. Large patches come back with truncated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| sha | No | ||
| path | No | ||
| region | No | ||
| appSlug | Yes | ||
| workspaceSlug | Yes |