Expand description
Rendering infrastructure for dodot output.
Wraps standout-render to provide a consistent rendering pipeline
across all commands. The theme and templates are defined here;
the CLI layer just picks an OutputMode.
Constants§
- TEMPLATE_
LIST - List — just pack names.
- TEMPLATE_
MESSAGE - Simple message output (init, fill, adopt, addignore).
- TEMPLATE_
PACK_ STATUS - Status / up / down — pack-level output with file listings.
- TEMPLATE_
PROBE - Probe — deployment map, data-dir tree, summary. Branches on the
kindfield of the serialized result.
Functions§
- create_
renderer - Create a pre-compiled renderer with all dodot templates registered.
- create_
theme - Create the dodot theme from the embedded YAML definition.
- render
- Render a template with the given data and output mode.