mirror of https://github.com/CrimsonTome/tldr.git
plantuml: add metadata-related commands (#12763)
parent
6800e10915
commit
50f5a42106
|
@ -19,6 +19,14 @@
|
||||||
|
|
||||||
`plantuml -o {{path/to/output}} {{diagram.puml}}`
|
`plantuml -o {{path/to/output}} {{diagram.puml}}`
|
||||||
|
|
||||||
|
- Render a diagram without storing the diagram's source code (Note: It's stored by default when the `-nometadata` option isn't specified):
|
||||||
|
|
||||||
|
`plantuml -nometadata {{diagram.png}} > {{diagram.puml}}`
|
||||||
|
|
||||||
|
- Retrieve source from a `plantuml` diagram's metadata:
|
||||||
|
|
||||||
|
`plantuml -metadata {{diagram.png}} > {{diagram.puml}}`
|
||||||
|
|
||||||
- Render a diagram with the configuration file:
|
- Render a diagram with the configuration file:
|
||||||
|
|
||||||
`plantuml -config {{config.cfg}} {{diagram.puml}}`
|
`plantuml -config {{config.cfg}} {{diagram.puml}}`
|
||||||
|
|
Loading…
Reference in New Issue