Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 462 Bytes

structurizr.md

File metadata and controls

26 lines (19 loc) · 462 Bytes

Rendering with Structurizr

Structurizer parameters

The following parameters can be passed in to the StructurizrBuilder as environment variables, system properties or in a .env file

STRUCTURIZR_API_KEY
STRUCTURIZR_API_SECRET
STRUCTURIZR_WORKSPACE_ID

Code example

StructurizrBuilder(
    enterpriseName,
    workspaceName,
    workspaceDescription
).buildAndRender { model, views ->

     // TODO: define the model and views

}