This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Replies: 3 comments 1 reply
What do you mean by this? Can you explain your workflow? |
0 replies
|
I work locally using Structurizr Lite (docker image on windows), so everything is on localhost. I create my diagrams using manual layout. So there is a workspace.json created in the local folder. Now, I wanted to share my work with a collegue. From the Structurizr docs, I understand I needed a Structurizr DSL to "publish" my local work to cloud. And when I publish, I get the The |
1 reply
|
Thank you! Here's the PowerShell script to do this (put it into $PROFILE): In case someone needs it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Question
I can push the
workspace.dslto the cloud, but I can't make my layouts published :/Here's the command I use (on Windows):
But this will only push the
.dslfile. How do I publish both - the.dsland.jsonfiles?All reactions