Forrest logo
back to context overview

plantuml

List of commands for plantuml:

  • plantuml:tldr:7b6d7 plantuml: Display help.
    $ plantuml -help
    try on your machine
    explain this command
  • plantuml:tldr:822db plantuml: Render all diagrams of a directory.
    $ plantuml ${path-to-diagrams}
    try on your machine
    explain this command
  • plantuml:tldr:a64db plantuml: Render diagrams to default format (PNG).
    $ plantuml ${diagram1-puml} ${diagram2-puml}
    try on your machine
    explain this command
  • plantuml:tldr:dc881 plantuml: Render a diagram to the output directory.
    $ plantuml -o ${path-to-output} ${diagram-puml}
    try on your machine
    explain this command
  • plantuml:tldr:dc98a plantuml: Render a diagram in given format (e.g. `png`, `pdf`, `svg`, `txt`).
    $ plantuml -t ${format} ${diagram-puml}
    try on your machine
    explain this command
  • plantuml:tldr:ff72f plantuml: Render a diagram with the configuration file.
    $ plantuml -config ${config-cfg} ${diagram-puml}
    try on your machine
    explain this command
back to context overview