apigeetool
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -24,3 +24,3 @@ /* jshint node: true */ | ||
undeploy: { | ||
description: 'Undeploy', | ||
description: 'Undeploy Proxy or Node.js Application', | ||
load: function() { | ||
@@ -41,2 +41,8 @@ return require('./undeploy'); | ||
} | ||
}, | ||
delete: { | ||
description: 'Delete undeployed Proxy or Node.js Application', | ||
load: function() { | ||
return require('./delete'); | ||
} | ||
} | ||
@@ -43,0 +49,0 @@ }; |
@@ -47,2 +47,7 @@ /* jshint node: true */ | ||
ApigeeTool.delete = function(opts, cb) { | ||
var cmd = require('./commands/delete'); | ||
runCommand(cmd, opts, cb); | ||
}; | ||
function runCommand(cmd, opts, cb) { | ||
@@ -49,0 +54,0 @@ options.validate(opts, cmd.descriptor, function(err) { |
{ | ||
"name": "apigeetool", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"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
90239
19
2463
12