stackvalidator
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
console.log(chalk.yellow('***** AWS CloudFormation Stack Validator *****')); | ||
console.log(chalk.yellow('usage: stackvalidator path-to-stacks offset-in-ms')); | ||
console.log(chalk.yellow('usage: stackvalidator --path=path-to-stacks --delay=offset-in-ms')); | ||
@@ -21,0 +21,0 @@ var normalizedPath = path.normalize(args.path || '.'); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"author": "Eetu Tuomala", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64243