sync_manifest_json
sync_manifest_jsonSynchronize SAPUI5 manifest.json models, routes, and targets with idempotent updates and optional dry-run validation.
Instructions
Synchronize manifest.json models, routes, and targets with idempotent updates and optional dry-run.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifestPath | No | ||
| dryRun | No | ||
| reason | No | ||
| maxDiffLines | No | ||
| changes | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | Yes | ||
| changed | Yes | ||
| preview | Yes | ||
| summary | Yes | ||
| applyResult | Yes | ||
| manifestPath | Yes | ||
| preValidation | Yes | ||
| postValidation | Yes |