PlantUML definitions are available via the Structurizr CLI export command,
using the -format plantuml
parameter.
See StructurizrPlantUMLExporter for customisation options.
C4-PlantUML definitions are available via the Structurizr CLI export command,
using the -format plantuml/c4plantuml
parameter.
See C4PlantUMLExporter for customisation options.
Mermaid definitions are available via the Structurizr CLI export command,
using the -format mermaid
parameter. Your Mermaid configuration will need to include "securityLevel": "loose"
to render this definition correctly.
WebSequenceDiagram definitions are available via the Structurizr CLI export command,
using the -format websequencediagrams
parameter. Only dynamic views are supported.
DOT definitions are available via the Structurizr CLI export command,
using the -format dot
parameter.
Ilograph definitions are available via the Structurizr CLI export command,
using the -format ilograph
parameter. A single Ilograph export contains the model and all views.
resources: - id: "1" name: "Software System" subtitle: "[Software System]" backgroundColor: "#dddddd" color: "#000000" children: - id: "2" name: "Application 1" subtitle: "[Container]" backgroundColor: "#777777" color: "#000000" children: - id: "3" name: "Logging Component" subtitle: "[Component: Java]" description: "A wrapper around the log4j framework" backgroundColor: "#f9f9f9" color: "#000000" - id: "4" name: "Component" subtitle: "[Component]" backgroundColor: "#dddddd" color: "#000000" - id: "6" name: "Application 2" subtitle: "[Container]" backgroundColor: "#777777" color: "#000000" children: - id: "7" name: "Logging Component" subtitle: "[Component: Java]" description: "A wrapper around the log4j framework" backgroundColor: "#f9f9f9" color: "#000000" - id: "8" name: "Component" subtitle: "[Component]" backgroundColor: "#dddddd" color: "#000000" perspectives: - name: Static Structure relations: - from: "4" to: "3" label: "Writes logs using" color: "#707070" - from: "8" to: "7" label: "Writes logs using" color: "#707070"