1.0.1 • Published 4 years ago

just-insure-cli v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

just-insurance-cli

Just Insurance CLI

oclif Version Downloads/week License

Usage

$ npm install -g just-insure-cli
$ ji COMMAND
running command...
$ ji (-v|--version|version)
just-insure-cli/1.0.1 darwin-x64 node-v10.18.1
$ ji --help [COMMAND]
USAGE
  $ ji COMMAND
...

Commands

ji changelog

USAGE
  $ ji changelog

OPTIONS
  -d, --dir=dir  [default: /Users/raulgomezacuna/Development/node/sficli]
  --help         show CLI help
  --version      show CLI version

See code: src/commands/changelog.ts

ji help [COMMAND]

display help for ji

USAGE
  $ ji help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ji release [NAME]

Release to production

USAGE
  $ ji release [NAME]

ARGUMENTS
  NAME  name of the release branch

OPTIONS
  -d, --debug
  -h, --help       show CLI help
  -n, --name=name  release name

See code: src/commands/release.ts