cfn-diagram
cfn-diagram copied to clipboard
CLI tool to visualise CloudFormation/SAM/CDK stacks as visjs networks, draw.io or ascii-art diagrams.
Tried installing tool on Mac M1 and running it against the sample template [here](https://github.com/mhlabs/cfn-diagram/blob/master/tests/template.json). Got a stack trace back. Tried again using amd64 platform via Node docker image and got...
Command: cfn-dia draw.io --cdk-output cdk.out --output-file $(sed "s/values/diagrams/g;s/.json/.drawio/g"
Bumps [mxgraph](https://github.com/jgraph/mxgraph) from 4.1.1 to 4.2.2. Changelog Sourced from mxgraph's changelog. 28-OCT-2020: 4.2.2 Corrected build process 28-OCT-2020: 4.2.1 Removes leading and trailing spaces for text in mxUtils.getPrettyXml Adds option for...
Running `cfn-dia html --ci-mode` results in the following error message: ```text $ cfn-dia html --ci-mode Bundling asset project/proccessing_lambda_function/Code/Stage... node:fs:585 handleErrorFromBinding(ctx); ^ Error: ENOENT: no such file or directory, open 'cdk.out/STACK_NAME.assets.template.json'...
A suggestion to add better docs for exclusion. I got it working but not sure if I understand the full permutations. this worked for me (in drawio, note #47): ```...
Hey cool tool! Thanks for this! I was playing with it and wanted to clean out some noise introduced by a CDK Construct and noticed it wasn't eliminating the types...
I was very confused by `cfn-dia html --ci-mode` not creating any files and exiting with no errors or messages of any kind. Would it be possible for it to write...
When I install in macOS I get these warnings ``` → npm i -g @mhlabs/cfn-diagram npm WARN deprecated [email protected]: The npm WARN deprecated [email protected]: Please upgrade to version 7 or...
Currently missing the option to select resources by name when using -c mode... also to turn off the edge labels.
Hi there, First off really cool library that you have here! I have been playing around with it for the past day and find it very useful. One question or...