CLI Tool used to request information about running nodes on the Keep Network
$ npm install -g @pantsme/keepcli
$ keepcli COMMAND
running command...
$ keepcli (-v|--version|version)
@pantsme/keepcli/0.0.1 linux-x64 node-v12.18.4
$ keepcli --help [COMMAND]
USAGE
$ keepcli COMMAND
...
keepcli bond [ADDRESS]
keepcli config [FILE]
keepcli help [COMMAND]
keepcli keeps [FILE]
keepcli liquidations [FILE]
keepcli tdts [FILE]
Check free bond of ECDSA Signing node
USAGE
$ keepcli bond [ADDRESS]
ARGUMENTS
ADDRESS operator address to check
OPTIONS
-a, --addr=addr operator address to check
-f, --force
-h, --help show CLI help
EXAMPLE
$ keepcli bond 0x0000000000000000000000000000000000
eth available for bonding: 20.2345
See code: src/commands/bond.ts
configure keepcli with your node's operator address
USAGE
$ keepcli config [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/config.ts
display help for keepcli
USAGE
$ keepcli 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
$ keepcli keeps [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/keeps.ts
describe the command here
USAGE
$ keepcli liquidations [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/liquidations.ts
describe the command here
USAGE
$ keepcli tdts [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/tdts.ts