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: "Database Schema" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" - id: "3" name: "Service API" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" - id: "10" name: "Server 2" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "12" name: "Database Server" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "13" name: "Database Schema" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" - id: "11" name: "Service API" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" - id: "5" name: "Server 1" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "7" name: "Database Server" subtitle: "[Deployment Node]" backgroundColor: "#ffffff" color: "#000000" children: - id: "8" name: "Database Schema" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" - id: "6" name: "Service API" subtitle: "[Container]" backgroundColor: "#dddddd" color: "#000000" perspectives: - name: Static Structure relations: - from: "3" to: "2" label: "Uses" color: "#707070" - name: Deployment - Production relations: - from: "11" to: "13" label: "Uses" color: "#707070" - from: "6" to: "8" label: "Uses" color: "#707070"