structurizr / dsl

Structurizr DSL
https://docs.structurizr.com/dsl
Apache License 2.0
1.41k stars 266 forks source link

DSL files - imports/splitting logic? #162

Closed velizartodorov closed 1 year ago

velizartodorov commented 1 year ago

Hello, I'm using Structurizl Lite my dsl file is getting very long (400-500 lines) and I was wondering if there's imports mechanism or something like that so that I can separate my logic over multiple DSL files.

simonbrowndotje commented 1 year ago

Yes, !include will do this.

velizartodorov commented 1 year ago

Thanks! 🍻