etcd-dump icon indicating copy to clipboard operation
etcd-dump copied to clipboard

Command line utility for dumping/restoring etcd

Results 6 etcd-dump issues
Sort by recently updated
recently updated
newest added

``` /usr/lib/node_modules/etcd-dump/node_modules/q/q.js:120 throw e; ^ [object Object] ```

Perhaps something along the lines of -h, --host the hostname of the etcd server -p, --port the port of the etcd server

Currently, this tool only works if you run it on the server. I wish to run it remotely so added support for provision of ip/port.

It’s undocumented where the dump takes its values from. `localhost` perhaps? This should be documented. Better yet, it should be configurable.