cml_generate_context_map_image
Generate a visual Context Map as PNG or SVG from a CML model to clarify bounded context relationships in Domain-Driven Design.
Instructions
Generate Context Map visualization (PNG/SVG) using Context Mapper CLI. Requires Java 17+ and CLI (auto-downloaded on first use).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Image width in pixels | |
| format | No | Output image format (default: png) | |
| height | No | Image height in pixels | |
| timeout | No | Timeout in milliseconds | |
| fixWidth | No | Fix the width of the image | |
| fixHeight | No | Fix the height of the image | |
| outputDir | No | Output directory for generated files |