structurizr / cli

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

Allow to tag groups so that one can filter them out in the view description #61

Closed souliane closed 2 years ago

souliane commented 2 years ago

Hello,

There is one case in my model where to group elements together according to the DSL group keyword [1] makes my system landscape diagram very difficult to read. So I ended up commenting the grouping out. But, ideally, I would like to see the grouping for all other views, just not for this one.

Would it be possible to add a parameter so that one can disable "grouping" for a specific view? Maybe the possibility to tag groups could be added, so that one can then rely on the already existing filtering mechanism to exclude "Group"?

[1] https://github.com/structurizr/dsl/blob/master/docs/language-reference.md#group

souliane commented 2 years ago

I am sorry, this is not the right repo. Transferred to https://github.com/structurizr/dsl/issues/98