1.0.0 • Published 5 years ago

btl-cli v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

btl

blt cli

oclif Version Downloads/week License

Usage

$ npm install -g btl-cli
$ btl COMMAND
running command...
$ btl (-v|--version|version)
btl-cli/1.0.0 linux-x64 node-v10.16.1
$ btl --help [COMMAND]
USAGE
  $ btl COMMAND
...

Commands

btl create

Create Stack

USAGE
  $ btl create

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

DESCRIPTION
  ...
  Helps Creating Stacks

See code: src/commands/create.js

btl hello

Describe the command here

USAGE
  $ btl hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

btl help [COMMAND]

display help for btl

USAGE
  $ btl help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help