Can I generate diagram images from command line? #58
-
QuestionI'm not sure if this is the right place to ask, but how can one run the docker container in an automated way to generate the diagrams as they are displayed on the web? Since I need to include some diagrams in the documentation, it would be nice if I could automate the generation of the files so that they land in the places where they belong in the folder structure rather then opening it, downloading the images, etc... Edit: And no, I don't want to use PlantUML because the output is not the same. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, you can use headless Chrome and Puppeteer to automate diagram exports; see https://github.com/structurizr/puppeteer for more. |
Beta Was this translation helpful? Give feedback.
Yes, you can use headless Chrome and Puppeteer to automate diagram exports; see https://github.com/structurizr/puppeteer for more.