devebot-cli
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -50,3 +50,12 @@ 'use strict'; | ||
}); | ||
devebot.on('close', function(code, message) { | ||
logger.debug(' - The connection is closed (%s). Message: %s', code, message); | ||
}); | ||
devebot.on('error', function(error) { | ||
logger.debug(' - The connection has been broken - %s', error); | ||
tui.displayException(error); | ||
}); | ||
var init = Promise.promisify(devebot.loadDefinition); | ||
@@ -53,0 +62,0 @@ init().then(function(clidef) { |
@@ -19,3 +19,11 @@ 'use strict'; | ||
port: 17779, | ||
path: '/devebot' | ||
path: '/devebot', | ||
authen: { | ||
token_key: "devebot", | ||
token_secret: "s3cr3tpa$$w0rd" | ||
}, | ||
tunnel: { | ||
enabled: true, | ||
rejectUnauthorized: false | ||
} | ||
}; | ||
@@ -22,0 +30,0 @@ |
@@ -180,3 +180,3 @@ 'use strict'; | ||
"", | ||
"" + JSON.stringify(exception, null, 2), | ||
"Command has been broken - " + exception, | ||
"------------------------------------------------------------------------------------", | ||
@@ -183,0 +183,0 @@ "For more information about using this application, please see the guide:", |
{ | ||
"name": "devebot-cli", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "command line interface", | ||
@@ -35,3 +35,3 @@ "main": "lib/client.js", | ||
"commander": "^2.9.0", | ||
"devebot-api": "^0.1.4", | ||
"devebot-api": "^0.1.5", | ||
"jsonschema": "^1.1.0", | ||
@@ -38,0 +38,0 @@ "lodash": "^4.12.0", |
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
15719
474
Updateddevebot-api@^0.1.5