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
-
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.dsl
file (based on some of your examples):and extended it via the following
workspace.dsl
:If done, then like expected the default for
!impliedRelationships
is taken i.e.true
and on the view with the keyextended-container
I can see the relationship between theWebApp
and 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 json
and change the extend from*.dsl
to*.json
, the relationship is missng.I have to add explicitly
!impliedRelationships true
to theworkspace.dsl
to make it appear again.Therefore the question: Is this intended like this?
Beta Was this translation helpful? Give feedback.
All reactions