0.1.2 • Published 5 years ago

eos-actions-dumper v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

eosActionsDumper

Tools for dumping eos accounts to mongodb

install

npm i -g eos-actions-dumper

usage

eos-action-dumper <accounts> [Options]

Options

  --watch, -w    The watcher's retry time span. If the span is less than 0, only
                 execute once.                                     [default: -1]
  --url, -u      mongo connection string.
                                        [default: "mongodb://localhost/actions"]
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

Examples

eos-action-dumper tonartstoken ctserver2111 --watch 2000

cli example