Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Added keywords and homepage
  • Loading branch information
nitrocode authored Dec 14, 2018
1 parent 3b6c6ca commit 8df7905
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@
"type": "git",
"url": "https://github.com/nitrocode/terraform-plan-applier",
},
"bugs": {
"url": "https://github.com/nitrocode/terraform-plan-applier/issues"
},
"homepage": "https://github.com/nitrocode/terraform-plan-applier",
"description": "Uses terraform-plan-parser to convert plan into json. Then reads from a yaml file to look for acceptable changes. If a specific target has all acceptable changes listed for it, then it will run `terraform apply` with only that specific target as well as other targets that meet the criteria.",
"keywords": [
"terraform",
"terraform-plan",
"terraform-apply",
"terraform-applier",
"terraform-parser"
],
"main": "./src/",
"bin": {
"terraform-plan-applier": "./src/cli.js"
Expand Down

0 comments on commit 8df7905

Please sign in to comment.