cml_generate_from_template
Generates output files by processing a Freemarker template with Context Mapper model data.
Instructions
Generate output from a custom Freemarker template. Requires Java 17+ and CLI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds | |
| outputDir | No | Output directory for generated files | |
| templatePath | Yes | Path to the Freemarker (.ftl) template file | |
| outputFileName | No | Optional output file name |