@cerner/terra-cli
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 1.7.0 - (April 23, 2021) | ||
* Fixed | ||
* Add back "strict" to the CLI API but only for commands. Options aren't validated, but commands are. | ||
## 1.6.0 - (February 25, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -18,2 +18,3 @@ const yargs = require('yargs/yargs'); | ||
return cli.usage('Usage: $0 <command> [options]') | ||
.strictCommands() | ||
.demandCommand(1, 'A command is required. Pass --help to see all available commands and options.') | ||
@@ -20,0 +21,0 @@ .recommendCommands() |
{ | ||
"name": "@cerner/terra-cli", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Terra Cli", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "e974bf4397bea2ecbea54c5f5043d6d7281b4b99" | ||
"gitHead": "008cc1b8d4008e698927a52468f9ca5d6837dd71" | ||
} |
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
25762
270