autory draw
Usage: [OPTIONS]
Visualize an Autory model.
Options:
--in FILE The path to the model file. [required]
--out FILE The path to write to. If not given, the
input path will be used, with the extension
changed to `.puml`
--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.