Skip to content

afmsavage/keepcli

Repository files navigation

keepcli

CLI Tool used to request information about running nodes on the Keep Network

oclif Version Downloads/week License

Usage

$ 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
...

Commands

keepcli bond [ADDRESS]

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

keepcli config [FILE]

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

keepcli help [COMMAND]

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

keepcli keeps [FILE]

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

keepcli liquidations [FILE]

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

keepcli tdts [FILE]

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

About

[WIP] CLI to gather information about your Keep Network ECDSA node

Topics

Resources

Stars

Watchers

Forks