generate_ui5_feature
generate_ui5_featureGenerate a complete UI5 feature scaffold including view, controller, fragment, routing, and i18n files to accelerate SAPUI5 development with dry-run preview capability.
Instructions
Generate an end-to-end UI5 feature scaffold (view/controller/fragment/routing/i18n) with dry-run support.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featureName | Yes | ||
| namespace | No | ||
| manifestPath | No | ||
| dryRun | No | ||
| allowOverwrite | No | ||
| reason | No | ||
| maxDiffLines | No | ||
| withFragment | No | ||
| controllerMethods | No | ||
| paths | No | ||
| routing | No | ||
| i18n | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | Yes | ||
| changed | Yes | ||
| feature | Yes | ||
| previews | Yes | ||
| applyResult | Yes | ||
| fileSummary | Yes | ||
| i18nSummary | Yes | ||
| manifestSummary | Yes | ||
| manifestValidation | Yes |