Skip to content

How do workspace extensions work when pushing to cloud with CLI? #151

Closed Answered by simonbrowndotje
CraigLager asked this question in Q&A
Discussion options

You must be logged in to vote

Filenames don't need to be unique and I imagine you're overwriting the cloud service workspace each time you use the CLI to push. You will need 3 separate workspaces on the cloud service; for example:

./structurizr.sh push -workspace subsystem1/workspace.dsl -id 123 ...
./structurizr.sh push -workspace subsystem2/workspace.dsl -id 456 ...
./structurizr.sh push -workspace enterprise.dsl -id 789 ...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by simonbrowndotje
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants