1.0.15 • Published 4 years ago

@pistazie/grvz v1.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago