octri_diff_builds
Compare two fetched builds file-by-file per language to identify which emitted files were added, removed, or changed, helping judge a generator change.
Instructions
Compare two fetched builds file-by-file per language: which emitted files were added, removed or changed. The primary way to judge a generator change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ||
| project_id | No | Project id. Optional, falls back to the CLI's selected project. | |
| to_build_id | Yes | ||
| from_build_id | Yes |