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: "Logging Service" subtitle: "[Software System]" backgroundColor: "#dddddd" color: "#000000" - id: "2" name: "A" subtitle: "[Software System]" backgroundColor: "#dddddd" color: "#000000" children: - id: "3" name: "App 1" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" - id: "4" name: "App 2" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" - id: "5" name: "App 3" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" perspectives: - name: Static Structure relations: - from: "2" to: "1" label: "Sends logs to" color: "#707070" - from: "3" to: "1" label: "Sends logs to" color: "#707070" - from: "4" to: "1" label: "Sends logs to" color: "#707070" - from: "5" to: "1" label: "Sends logs to" color: "#707070"