@cerner/terra-cli
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -5,2 +5,10 @@ # Changelog | ||
## 1.2.0 - (November 24, 2020) | ||
* Added | ||
* Added additional logging context for when commands error out with some stderr information | ||
* Changed | ||
* Updated the doc to use a simpler import of the terra-cli logger | ||
## 1.1.0 - (November 19, 2020) | ||
@@ -7,0 +15,0 @@ |
@@ -32,2 +32,5 @@ const yargs = require('yargs/yargs'); | ||
logger.error(actualError.stack); | ||
if (actualError.stderr) { | ||
logger.error(actualError.stderr); | ||
} | ||
} | ||
@@ -34,0 +37,0 @@ } |
{ | ||
"name": "@cerner/terra-cli", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Terra Cli", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "e5d0afe90125307a498e0d31fcdaf45322c167af" | ||
"gitHead": "14b1a7550e3f90cbf7ef715608d64c57787c10c7" | ||
} |
Sorry, the diff of this file is not supported yet
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
30035
270