Skip to content

Commit

Permalink
adding link to output file
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Jun 4, 2020
1 parent 9d3c8a9 commit a9f09cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ program
let resourceNames = { answer: resources };
let edgeMode = { answer: "On" };
let actionChoice = {};
console.log("Writing diagram to ./template.drawio");
console.log("Press CTRL+C to exit");
while (true) {
filterConfig.resourceNamesToInclude = resourceNames.answer;
filterConfig.resourceTypesToInclude = resourceTypes.answer;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mhlabs/cfn-diagram",
"version": "1.0.8",
"version": "1.0.9",
"description": "CLI tool to visualise CloudFormation templates as draw.io diagrams",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a9f09cd

Please sign in to comment.