Comparing version 2.4.9 to 2.4.10
{ | ||
"name": "akkeris", | ||
"version": "2.4.9", | ||
"version": "2.4.10", | ||
"description": "Akkeris CLI", | ||
@@ -5,0 +5,0 @@ "main": "aka.js", |
@@ -372,2 +372,11 @@ "use strict" | ||
let destroy_app_option = Object.assign(require_app_option, { | ||
'confirm':{ | ||
'alias':'c', | ||
'demand':false, | ||
'string':true, | ||
'description':'Confirm (in advance) the name of the app to destroy.' | ||
} | ||
}) | ||
oneclick_app_option.app.demand = false; | ||
@@ -379,3 +388,3 @@ | ||
.command('create [NAME]', false, create_apps_options, create.bind(null, appkit)) | ||
.command('apps:destroy', 'permanently destroy an app', require_app_option, destroy.bind(null, appkit)) | ||
.command('apps:destroy', 'permanently destroy an app', destroy_app_option, destroy.bind(null, appkit)) | ||
.command('apps:delete', false, require_app_option, destroy.bind(null, appkit)) | ||
@@ -382,0 +391,0 @@ .command('apps:remove', false, require_app_option, destroy.bind(null, appkit)) |
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
175291
4797