cfn-diagram icon indicating copy to clipboard operation
cfn-diagram copied to clipboard

CLI tool to visualise CloudFormation/SAM/CDK stacks as visjs networks, draw.io or ascii-art diagrams.

Results 40 cfn-diagram issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies
javascript

Bumps [color-hash](https://github.com/zenozeng/color-hash) from 1.0.3 to 2.0.2. Changelog Sourced from color-hash's changelog. v2.0.2 Expose ESM in package.json v2.0.1 chore: dist/color-hash.js: tsc --module commonjs v2.0.0 Note: default options were changed in v2.x....

dependencies
javascript

Bumps [yaml-cfn](https://github.com/gristlabs/yaml-cfn) from 0.2.3 to 0.3.2. Commits 093e46c 0.3.2 f43b8ca Update package-lock.json, and drop node-10 testing bba9399 Updating to add new CFN functions created since 2017. (#15) af49cfb 0.3.1 03725cd...

dependencies
javascript

Bumps [jdom](https://github.com/higginsrob/jdom) from 3.2.1 to 3.2.5. Commits 34ac473 3.2.5 61fc38f replace querystring lib with URLSearchParams fa1ed72 3.2.4 528b822 small tweak to readme.md 64197ec 3.2.3 37469ed hotfix github actions 204dafc 3.2.2...

dependencies
javascript

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...

dependencies
github_actions

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.3.1 to 29.3.1. Release notes Sourced from jest's releases. v29.3.1 Fixes [jest-config] Do not warn about preset in ProjectConfig #13583 Performance [jest-transform] Defer creation of cache directory...

dependencies
javascript

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1027.0 to 2.1279.0. Release notes Sourced from aws-sdk's releases. Release v2.1279.0 See changelog for more information. Release v2.1278.0 See changelog for more information. Release v2.1277.0 See changelog...

dependencies
javascript

Use case: with draw.io, since the output has crossing lines all over the place and there is no "do not cross" option, at least having the ability to move the...

Thanks for such an awesome tool. Is it possible to render multiple templates ? In our case we have the solution deployed using multiple stacks. Support for multiple templates would...

When I run `npx cfn-dia html` within my CDK app, it will fail because I didn't provide the required context variables for my app. But when I try to include...