0.0.10 • Published 3 years ago

rainbow-bridge v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Rainbow Bridge CLI

CLI to manage and verify the bridge between NEAR and Ethereum

oclif Version Downloads/week License

Usage

$ npm install -g rainbow-bridge
$ bridge COMMAND
running command...
$ bridge (-v|--version|version)
rainbow-bridge/0.0.4 darwin-x64 node-v14.16.1
$ bridge --help [COMMAND]
USAGE
  $ bridge COMMAND
...

Commands

bridge help [COMMAND]

display help for bridge

USAGE
  $ bridge help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

bridge init [BRIDGEID]

Create configuration files for active rainbow bridges

USAGE
  $ bridge init [BRIDGEID]

OPTIONS
  -f, --force      Write configuration files, even if they already exists.
  -h, --help       show CLI help
  -s, --show       Display the configuration file without writing.
  --config=config  Path to config file

See code: src/commands/init.ts

bridge monitor [BRIDGEID]

Expose bridge information through prometheus metrics

USAGE
  $ bridge monitor [BRIDGEID]

OPTIONS
  -h, --help       show CLI help
  -l, --list       List information tracked
  --config=config  Path to config file

See code: src/commands/monitor.ts

bridge z:generate-config FILE

Generate config/base.ts file from yml file automatically

USAGE
  $ bridge z:generate-config FILE

OPTIONS
  -h, --help       show CLI help
  --config=config  Path to config file

See code: src/commands/z/generate-config.ts