render_all_styles
Render an architecture diagram in multiple styles at once, saving each with a style suffix for easy comparison and selection.
Instructions
Render the same architecture once per available style into one directory, so a human can pick the look they want. Files are suffixed with the style name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dsl | No | Diagram in the it-architecture DSL (preferred). Call get_authoring_guide once to learn it. | |
| spec | No | Structured diagram spec; alternative to 'dsl'. | |
| style | No | Drawing style, see list_styles. Default 'cloud'. | |
| title | No | Overrides the title in dsl/spec. | |
| footer | No | Small caption under the drawing. | |
| legend | No | Draw a category colour legend. | |
| styles | No | Render the same diagram in several styles at once. | |
| filename | No | Base name without extension; defaults to the title. | |
| subtitle | No | ||
| direction | No | Flow direction; LR is the default. | |
| output_dir | No | Where to write. Defaults to $ITARCH_OUTPUT_DIR or ~/architecture-diagrams. | |
| save_source | No | Also write a .arch source file next to the SVG (default true) so the diagram can be edited later. | |
| transparent | No | Omit the background fill. |