build_run
Run a build from your builder.json configuration, applying presets and parameter overrides, with automatic artifact scanning.
Instructions
Run a build using the project's builder.json. Pass either a preset name and/or explicit parameter overrides (e.g. {"Target":"tx"}). Output artifacts are scanned afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Parameter overrides as key/value. Keys must match the 'parameters' list in builder.json. | |
| preset | No | Preset name from builder.json (e.g. 'rx_default'). | |
| dry_run | No | If true, print the command without executing the build. | |
| project | No | Project root. Defaults to cwd. | |
| timeout | No | Override build timeout in seconds. |