1.0.1 • Published 2 years ago

rs-web-reactor v1.0.1

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

web-reactor

oclif Version Downloads/week License

Usage

$ npm install -g rs-web-reactor
$ web-reactor COMMAND
running command...
$ web-reactor (-v|--version|version)
rs-web-reactor/1.0.1 linux-x64 node-v10.16.3
$ web-reactor --help [COMMAND]
USAGE
  $ web-reactor COMMAND
...

Commands

web-reactor hello

Describe the command here

USAGE
  $ web-reactor hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

web-reactor help [COMMAND]

display help for web-reactor

USAGE
  $ web-reactor help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

web-reactor init

USAGE
  $ web-reactor init

See code: src/commands/init.js

web-reactor run

USAGE
  $ web-reactor run

See code: src/commands/run.js

web-reactor status

Get the system status

USAGE
  $ web-reactor status

DESCRIPTION
  ...
  To use web-reactor you need a docker deamon running and a valid conexion to nexus

See code: src/commands/status.js