Replies: 2 comments 1 reply
-
|
PS: I used |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks - that's fixed as #233. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi Simon,
I recognised something about the implied relationships I would have expected differently. But maybe it's me and it works as intended 😇
I created the following
landscape.dslfile (based on some of your examples):and extended it via the following
workspace.dsl:If done, then like expected the default for
!impliedRelationshipsis taken i.e.trueand on the view with the keyextended-containerI can see the relationship between theWebAppand theBackend.Now if I use the cli and convert the DSL to JSON
docker run -it --rm -v $PWD:/usr/local/structurizr structurizr/cli export -workspace landscape.dsl -format jsonand change the extend from*.dslto*.json, the relationship is missng.I have to add explicitly
!impliedRelationships trueto theworkspace.dslto make it appear again.Therefore the question: Is this intended like this?
Beta Was this translation helpful? Give feedback.
All reactions