Question
I can push the workspace.dsl to the cloud, but I can't make my layouts published :/
Here's the command I use (on Windows):
docker run -it --rm -v E:\Documents\...\::/usr/local/structurizr structurizr/cli push -id ... -key ... -secret ... -workspace workspace.dsl -archive false
But this will only push the .dsl file. How do I publish both - the .dsl and .json files?