etcd-load

v1.0.0
Etcd data dump tool

Etcd load

Simple tool for dumping and restoring data from etcd.

Install using: npm install -g etcd-load

Usage:
etcd-load dump [--key-filter=<regex>] [--etcd=<url>] [<file>]
etcd-load restore [--key-filter=<regex>] [--etcd=<url>] [--drop-ttls] <file>

Options:

-h --help               Show this screen.
-v --version            Show version.
--etcd=<url>            The etcd server to connect to [default: http://localhost:4001].
--key-filter=<regex>    A regex for selecting keys for the operation
--drop-ttls             Ignore ttls.
npm i etcd-load

Metadata

  • MIT
  • Whatever
  • Hugo Wetterberg
  • released 12/5/2014

Downloads

Maintainers