structurizr / cli

A command line utility for Structurizr.
https://docs.structurizr.com/cli
Apache License 2.0
492 stars 75 forks source link

How to push DSL and JSON with docker container CLI to the cloud? #118

Closed alvipeo closed 1 year ago

alvipeo commented 1 year ago

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?