1.0.5 • Published 3 years ago

@lbrto/rose v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@lbrto/rose

oclif Version Downloads/week License

Usage

$ npm install -g @lbrto/rose
$ rose COMMAND
running command...
$ rose (-v|--version|version)
@lbrto/rose/1.0.5 linux-x64 node-v12.22.1
$ rose --help [COMMAND]
USAGE
  $ rose COMMAND
...

Commands

rose hello [FILE]

describe the command here

USAGE
  $ rose hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ rose hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

rose help [COMMAND]

display help for rose

USAGE
  $ rose help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

rose update [CHANNEL]

update the rose CLI

USAGE
  $ rose update [CHANNEL]

See code: @oclif/plugin-update