@kentico/kontent-cli
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -120,3 +120,3 @@ "use strict"; | ||
const runAll = argv.all; | ||
const runRange = exports.getRange(argv.range); | ||
const runRange = argv.range && exports.getRange(argv.range); | ||
const debugMode = argv.debug; | ||
@@ -123,0 +123,0 @@ const continueOnError = argv.continueOnError; |
{ | ||
"name": "@kentico/kontent-cli", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Command line interface tool that can be used for generating and running Kontent migration scripts", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
103053