You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-e, --exclude-types [excludeTypes...] List of resource types to exclude when using CI mode
57
+
-h, --help display help for command
58
+
```
59
+
42
60
Use it in combination with the [Draw.io Integration](https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio) for VS Code to instantly visualise your stacks.
@@ -69,6 +105,8 @@ or, for CDK stacks, go to project directory (where cdk.json is located) and ente
69
105
cfn-dia html
70
106
```
71
107
108
+
Large stacks, in particular multi-stack CDK projects, tend to generate huge diagrams. You can pass the stack names you want to render using the `--stacks` argument followed by a comma separated list of stack names.
109
+
72
110
### CI-mode
73
111
This functionality lives in its own CLI, [cfn-diagram-ci](https://github.com/mhlabs/cfn-diagram-ci). This is beacuse it requires headless Chromium to be installed which makes the package size very large
0 commit comments