plantuml
Verified for current stable LTS
Plantuml Commands
Plantuml command syntax with verified terminal examples.
Commands
8 commands for Plantuml
plantuml Operations
Plantuml Command: Display Help
plantuml -help plantuml Operations
Plantuml Command: Render All Diagrams Directory
plantuml <path/to/diagrams> plantuml Operations
Plantuml Command: Render Diagram Default Format
plantuml <diagram1.puml> <diagram2.puml> plantuml Operations
Plantuml Command: Render Diagram No Metadata
plantuml -nometadata <diagram.png> > <diagram.puml> plantuml Operations
Plantuml Command: Render Diagram Output Directory
plantuml -o <path/to/output> <diagram.puml> plantuml Operations
Plantuml Command: Render Diagram Specific Format
plantuml -t <format> <diagram.puml> plantuml Operations
Plantuml Command: Render Diagram Using Config File
plantuml -config <config.cfg> <diagram.puml> plantuml Operations
Plantuml Command: Retrieve Source From Metadata
plantuml -metadata <diagram.png> > <diagram.puml> Suggest a Plantuml Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Plantuml workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.