### 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?
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?