structurizr / export

Export models and views to external formats.

Home Page:https://docs.structurizr.com/export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infrastructure nodes don't get a proper container with "-format plantuml/c4plantuml"

sjbanner opened this issue · comments

It works properly with plantuml, but with "plantuml/c4plantuml" the "Container(...)" line is missing so the Infrastructure Node shows up as a circle outside of any Deployment Nodes.

This may have been fixed already by PR #8, but I don't think the current CLI version includes this change.

Thanks, any idea when we can expect the next CLI release?

If you're using the released version of the CLI locally (i.e. not via Docker), you should be able to clone this repo, build the export JAR (./gradlew clean build) and replace it in your CLI installation.

I am building it in a Docker container, but that gives me enough to work with. There appear to be a couple of features in that PR that I would like, so it will be worth the effort. Thanks much.