@idexio/idexd-cli
v0.2.1
Published
idex =====
Downloads
11
Keywords
Readme
idex
Usage
$ npm install -g @idexio/idexd-cli
$ idex COMMAND
running command...
$ idex (-v|--version|version)
@idexio/idexd-cli/0.2.1 darwin-x64 node-v11.14.0
$ idex --help [COMMAND]
USAGE
$ idex COMMAND
...
Commands
idex config
Configure your staking wallet
USAGE
$ idex config
See code: src/commands/config.js
idex help [COMMAND]
display help for idex
USAGE
$ idex help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
idex logs
Print raw logs
USAGE
$ idex logs
OPTIONS
-n, --name=name name of log to print (idexd, parity or mysql)
See code: src/commands/logs.js
idex restart
Restart aura background services
USAGE
$ idex restart
OPTIONS
-r, --rpc=rpc rpc server
See code: src/commands/restart.js
idex start
Start the idex staking app
USAGE
$ idex start
OPTIONS
-r, --rpc=rpc rpc server
See code: src/commands/start.js
idex status
Check status for your staking node
USAGE
$ idex status
See code: src/commands/status.js
idex stop
Stop aura background services
USAGE
$ idex stop
See code: src/commands/stop.js
idex up
Launch aura services in background
USAGE
$ idex up
See code: src/commands/up.js