$ npm install -g rise-net
$ rise-net COMMAND
running command...
$ rise-net (-v|--version|version)
rise-net/0.0.0 linux-x64 node-v10.13.0
$ rise-net --help [COMMAND]
USAGE
$ rise-net COMMAND
...
describe the command here
USAGE
$ rise-net hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ rise-net hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for rise-net
USAGE
$ rise-net help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
describe the command here
USAGE
$ rise-net node [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ rise-net node start
See code: src/commands/node.ts
describe the command here
USAGE
$ rise-net node:start [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/node/start.ts