Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cerner/terra-cli

Package Overview
Dependencies
Maintainers
14
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerner/terra-cli - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

5

CHANGELOG.md

@@ -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 @@

1

index.js

@@ -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()

4

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc