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 [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.2.0 to 9.1.4. Release notes Sourced from inquirer's releases. [email protected] Fix issue with the default value disappearing from prompt. [email protected] Inquirer is now a native Node ECMAScript...

dependencies
javascript

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.3.1 to 29.2.1. Release notes Sourced from jest's releases. v29.2.1 Features [@jest/globals, jest-mock] Add jest.Spied* utility types (#13440) Fixes [jest-environment-node] make globalThis.performance writable for Node 19 and...

dependencies
javascript

Bumps [@aws-cdk/core](https://github.com/aws/aws-cdk/tree/HEAD/packages/@aws-cdk/core) from 1.87.1 to 1.178.0. Release notes Sourced from @​aws-cdk/core's releases. v1.178.0 No release notes provided. v1.177.0 Features cfnspec: cloudformation spec v92.0.0 (#22436) (1264590) v1.176.0 Features cfnspec: cloudformation spec...

dependencies
javascript

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1027.0 to 2.1238.0. Release notes Sourced from aws-sdk's releases. Release v2.1238.0 See changelog for more information. Release v2.1237.0 See changelog for more information. Release v2.1236.0 See changelog...

dependencies
javascript

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 3.5.1. Release notes Sourced from actions/setup-node's releases. Update @​actions/core and Print Node, Npm, Yarn versions In scope of this release we updated actions/core to 1.10.0....

dependencies
github_actions

It would be good to be able to generate a single diagram with all the nested stacks included. Are there any plans to add such a feature?

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

Is there a way to define the depth of the diagram detail? Currently, you have to specify for each resource type what type of things wants to exclude. When you...

enhancement

Same issue as [here](https://github.com/mhlabs/cfn-diagram/issues/45), but instead of "just install VS Code", I would suggest that this (excellent!) tool: 1. Explain in the documentation, and in the tool output that it...

I am using the -d option for drawio files. Wanted to check if there is a single command I can use to create the file without using the menu which...