Create UML diagrams from a plain text language and render them in different formats. More information: https://plantuml.com/en/command-line.
plantuml {{diagram1.puml}} {{diagram2.puml}}
png
, pdf
, svg
, txt
):plantuml -t {{format}} {{diagram.puml}}
plantuml {{path/to/diagrams}}
plantuml -o {{path/to/output}} {{diagram.puml}}
plantuml -config {{config.cfg}} {{diagram.puml}}
plantuml -help