1.0.15 • Published 3 years ago

@pistazie/grvz v1.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

CDK-Dia - Automated diagrams for CDK stacks

🎡 Automated diagrams of CDK provisioned infrastructure.

Cdk-dia diagrams you CDK application using the Grpahviz dot lanuguage.

Getting started

Add cdk-dia to your project, install Graphviz and you are done

Install Graphviz

Installing Graphviz is well documented. make sure Graphviz's dot binary is available in your PATH. I simply use brew install graphviz

Add Cdk-Dia and create a diagram

    npm install cdk-dia
    cdk synth
    npx cdk-dia

Samples

CLI arguments

npx cdk-dia --help - Get possible arguments

Caveats

  • Currently only aws-cdk is supported but feels free to add support for other cdks
1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago