/laele-cli

Testing NodeJs

Primary LanguageJavaScript

laele-cli

Laele Test NodeJS Cli App

oclif Version Downloads/week License

Usage

$ npm install -g laele-cli
$ laele COMMAND
running command...
$ laele (-v|--version|version)
laele-cli/0.0.0 darwin-x64 node-v12.11.1
$ laele --help [COMMAND]
USAGE
  $ laele COMMAND
...

Commands

laele app:ping

Describe the command here

USAGE
  $ laele app:ping

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/app/ping.js

laele hello

Describe the command here

USAGE
  $ laele hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

laele help [COMMAND]

display help for laele

USAGE
  $ laele help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help