New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

brave-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brave-cli

Sort of junk validation rules that might come in handy one day

0.0.1
latest
Source
npm
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

brave-cli

Sort of junk validation rules that might come in handy one day

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g brave-cli
$ brave-cli COMMAND
running command...
$ brave-cli (-v|--version|version)
brave-cli/0.0.1 darwin-x64 node-v13.5.0
$ brave-cli --help [COMMAND]
USAGE
  $ brave-cli COMMAND
...

Commands

brave-cli help [COMMAND]

display help for brave-cli

USAGE
  $ brave-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

brave-cli vjson

Validates the JSON based on the rules given in the config file brave-cli.json [by default placed in the root folder]

USAGE
  $ brave-cli vjson

OPTIONS
  -C, --configj=configj  config json string to validate
  -P, --pathj=pathj      config json string to validate
  -c, --config=config    path of the config file
  -p, --path=path        path of the file to display

DESCRIPTION
  Config for JSON validation in brave-cli.json
  {
     "json": {
       "keys": {
         "underscore": true,     // Allows underscore in key names
         "hyphen": false,        // Disallow hyphen in key names
         "uppercase": false,     // Disallow uppercase in key names
         "digits": true,         // Allow digits in key names
         "lowercase": true       // Allow lowercase in key names
       }
     }
  }

See code: src/commands/vjson.js

Keywords

oclif

FAQs

Package last updated on 25 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts