cfn-create-or-update
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -125,2 +125,5 @@ #!/usr/bin/env node | ||
} | ||
if (has('wait')) { | ||
args.wait = boolean('wait'); | ||
} | ||
@@ -127,0 +130,0 @@ cfn.createOrUpdate(args, function(err, res) { |
{ | ||
"name": "cfn-create-or-update", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Create or update CloudFormation stack also if no updates are to be performed.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -74,3 +74,3 @@ [![Build Status](https://secure.travis-ci.org/widdix/cfn-create-or-update.png)](http://travis-ci.org/widdix/cfn-create-or-update) | ||
``` | ||
---wait | ||
--wait | ||
``` | ||
@@ -77,0 +77,0 @@ |
24347
555