apigeetool
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -161,3 +161,3 @@ /* jshint node: true */ | ||
if (opts.debug) { | ||
console.log('Resolve NPM modules = %s', opts.debug); | ||
console.log('Resolve NPM modules = %s', opts.remoteNpm); | ||
} | ||
@@ -164,0 +164,0 @@ |
@@ -38,3 +38,3 @@ /* jshint node: true */ | ||
function runCommand(cmd, opts, cb) { | ||
options.validate(cmd.descriptor, opts, function(err) { | ||
options.validate(opts, cmd.descriptor, function(err) { | ||
if (err) { | ||
@@ -41,0 +41,0 @@ cb(err); |
{ | ||
"name": "apigeetool", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A CLI for Apigee Edge", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
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
122401
28