0.2.2 • Published 7 years ago

riak-bucket-exporter v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

riak-bucket-exporter

Small command line utility to export bucket contents to a file.

How to use

  • npm install -g riak-bucket-exporter
  • run riak-bucket-exporter [bucketName]
  • grab a cup of coffee
  • export will be in bucketName.json

Any options?

Usage: riak-bucket-exporter [options] bucketName

  Options:

    -h, --help             output usage information
    -V, --version          output the version number
    -H, --host [host]      specify the host (default: localhost)
    -p, --port [port]      specify the post (default: 8098)
    -f, --file [FileName]  specify the file name (default: [bucket].json)
    -i, --import           import mode (instead of reading from bucket entries will be written to bucket)
    -q, --queue            specify the concurrency (default: 20)
    -m, --meta             save meta if necessary (default: false)
    -P, --pretty           stringify with tabs (default: false)
    --delete               delete the keys as they are exported (DANGER: possible data loss)
0.2.2

7 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago