autory draw
Usage: [OPTIONS] PATH
Visualize an Autory model.
PATH: Name or path of the inputs workbook or inputs JSON file to visualize.
The output is written to a `.puml` file in the same directory.
Options:
--hierarchy / --no-hierarchy Whether to draw the company hierarchy.
--variable-sets / --no-variable-sets
Whether to draw the variable sets.
--variables / --no-variables Whether to draw the variables in each
variable sets. Ignored if variable sets are
not drawn.
--projections / --no-projections
Whether to draw the projection node graph.
--progeny-projections / --no-progeny-projections
Whether to draw projections for the current
node AND its progeny. If false, only the
current node's projections will be drawn.
Ignored if projection nodes are not drawn.
--help Show this message and exit.