ljacobsson/cfn-diagram
CLI tool to visualise CloudFormation/SAM/CDK stacks as visjs networks, draw.io or ascii-art diagrams.
**Full Changelog**: https://github.com/mhlabs/cfn-diagram/compare/v1.1.35...v1.1.36
New output format - mermaid 🧜♀️
Fixes bug when using CDKv2 (#74)
Implements #70 - Ability to put data.js directly in index.html
You can now use --watch together with ascii-art diagrams to make it automatically update as you change your template
You can now use --watch together with ascii-art diagrams to make it automatically update as you change your template
New feature: Render smaller templates as ascii-art directly in your terminal :tada:
📋 Changes
- Fix for #42
- Package vulnerability update
📋 Changes
- Fix for #42
- Package vulnerability update
Readme update to address #37
Importing `aws-icons-directory` to greatly improve the icon coverage
📋 Changes
- Fix for #26
- Allow users to pass in a list of stack names (`--stacks`) when rendering multi-stack projects
- Adding `--render-all` flag to render all templates by default. Useful for ci-mode.
Support for EventBridge to Lambda with SAM. Fixes #13
📋 Changes
- Fix for #35
Automatically open draw.io diagram. Closes #5
📋 Changes
- Exclude resource types in ci-mode (#31)
- Make exiting the menu more intuitive (#32)
Fix for #30
Fix for #29
Fix for #28
Fix for #28
Fix for #24
Fix for #23
CDK support :tada: Also added some icone
Bug fix for missed null check
