Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

nervosnetwork/muta-cli

Repository files navigation

muta-cli

oclif Version Downloads/week License

Usage

$ npm install -g muta-cli
$ muta-cli COMMAND
running command...
$ muta-cli (-v|--version|version)
muta-cli/0.2.0-rc darwin-x64 node-v12.4.0
$ muta-cli --help [COMMAND]
USAGE
  $ muta-cli COMMAND
...

Commands

muta-cli help [COMMAND]

display help for muta-cli

USAGE
  $ muta-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

muta-cli repl

muta client REPL

USAGE
  $ muta-cli repl

OPTIONS
  -e, --endpoint=endpoint  chain endpoint to connect
  -h, --help               show CLI help

See code: src/commands/repl.ts