0.5.1-0 • Published 7 years ago
bpl-delegate-manager v0.5.1-0
bpl-delegate-manager
Blockpool Delegate Manager
Usage
$ npm install -g bpl-delegate-manager
$ bpl-dms COMMAND
running command...
$ bpl-dms (-v|--version|version)
bpl-delegate-manager/0.5.1-0 darwin-x64 node-v11.13.0
$ bpl-dms --help [COMMAND]
USAGE
$ bpl-dms COMMAND
...Commands
bpl-dms autocomplete [SHELL]bpl-dms help [COMMAND]bpl-dms monitor:logsbpl-dms monitor:runbpl-dms monitor:startbpl-dms monitor:stopbpl-dms node:logsbpl-dms node:restartbpl-dms node:startbpl-dms node:stop
bpl-dms autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ bpl-dms autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ bpl-dms autocomplete
$ bpl-dms autocomplete bash
$ bpl-dms autocomplete zsh
$ bpl-dms autocomplete --refresh-cacheSee code: @oclif/plugin-autocomplete
bpl-dms help [COMMAND]
display help for bpl-dms
USAGE
$ bpl-dms help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
bpl-dms monitor:logs
USAGE
$ bpl-dms monitor:logs
OPTIONS
--lines=linesSee code: src/commands/monitor/logs.ts
bpl-dms monitor:run
USAGE
$ bpl-dms monitor:runSee code: src/commands/monitor/run.ts
bpl-dms monitor:start
USAGE
$ bpl-dms monitor:startSee code: src/commands/monitor/start.ts
bpl-dms monitor:stop
USAGE
$ bpl-dms monitor:stopSee code: src/commands/monitor/stop.ts
bpl-dms node:logs
USAGE
$ bpl-dms node:logs
OPTIONS
--lines=linesSee code: src/commands/node/logs.ts
bpl-dms node:restart
USAGE
$ bpl-dms node:restartSee code: src/commands/node/restart.ts
bpl-dms node:start
USAGE
$ bpl-dms node:start
OPTIONS
--log-level=debug|info|warn (required) [default: debug] Log level for the bpl-node logs
--node-dir=node-dir (required) [default: /Users/bmavity/BPL-node] Directory containing bpl-node codeSee code: src/commands/node/start.ts
bpl-dms node:stop
USAGE
$ bpl-dms node:stopSee code: src/commands/node/stop.ts