@nexex/cli
TypeScript icon, indicating that this package has built-in type declarations

0.10.7 • Public • Published

@nexex/cli

oclif Version Downloads/week License

Usage

$ npm install -g @nexex/cli
$ nexex-cli COMMAND
running command...
$ nexex-cli (-v|--version|version)
@nexex/cli/0.10.7 darwin-x64 node-v10.16.0
$ nexex-cli --help [COMMAND]
USAGE
  $ nexex-cli COMMAND
...

Commands

nexex-cli config:del [KEY]

delete a config item

USAGE
  $ nexex-cli config:del [KEY]

OPTIONS
  -a, --showAddr
  -e, --endpoint=endpoint  [default: https://kovan-ob.nexex.info]
  -h, --help               show CLI help

See code: src/commands/config/del.ts

nexex-cli config:get [KEY]

get a config's value

USAGE
  $ nexex-cli config:get [KEY]

OPTIONS
  -a, --showAddr
  -e, --endpoint=endpoint  [default: https://kovan-ob.nexex.info]
  -h, --help               show CLI help

See code: src/commands/config/get.ts

nexex-cli config:list [FILE]

list all configs

USAGE
  $ nexex-cli config:list [FILE]

OPTIONS
  -a, --showAddr
  -e, --endpoint=endpoint  [default: https://kovan-ob.nexex.info]
  -h, --help               show CLI help

See code: src/commands/config/list.ts

nexex-cli config:set [KEY] [VALUE]

set a config item

USAGE
  $ nexex-cli config:set [KEY] [VALUE]

OPTIONS
  -a, --showAddr
  -e, --endpoint=endpoint  [default: https://kovan-ob.nexex.info]
  -h, --help               show CLI help

See code: src/commands/config/set.ts

nexex-cli daemon:start

start a local orderbook service

USAGE
  $ nexex-cli daemon:start

OPTIONS
  -a, --showAddr
  -c, --config=config
  -e, --endpoint=endpoint  [default: https://kovan-ob.nexex.info]
  -h, --help               show CLI help
  -m, --market=market      (required)

EXAMPLE
  $ nexex-cli daemon:start
  start a local orderbook service at port 3001

See code: src/commands/daemon/start.ts

nexex-cli daemon:status

query status of orderbook service

USAGE
  $ nexex-cli daemon:status

OPTIONS
  -a, --showAddr
  -c, --config=config
  -e, --endpoint=endpoint  [default: https://kovan-ob.nexex.info]
  -h, --help               show CLI help

See code: src/commands/daemon/status.ts

nexex-cli daemon:stop

stop the services

USAGE
  $ nexex-cli daemon:stop

OPTIONS
  -a, --showAddr
  -c, --config=config
  -e, --endpoint=endpoint  [default: https://kovan-ob.nexex.info]
  -h, --help               show CLI help

EXAMPLE
  $ nexex-cli hello
  hello world from ./src/hello.ts!

See code: src/commands/daemon/stop.ts

nexex-cli help [COMMAND]

display help for nexex-cli

USAGE
  $ nexex-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Package Sidebar

Install

npm i @nexex/cli

Weekly Downloads

1

Version

0.10.7

License

Apache-2.0

Unpacked Size

5.36 MB

Total Files

110

Last publish

Collaborators

  • dexunion