Cedric Krumbein created ZOOKEEPER-5037:
------------------------------------------
Summary: Add export and import commands to the CLI
Key: ZOOKEEPER-5037
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-5037
Project: ZooKeeper
Issue Type: Improvement
Components: java client
Affects Versions: 3.9.6
Reporter: Cedric Krumbein
Fix For: 3.9.6
I propose to add two commands to the ZooKeeper CLI, *export* and {*}import{*}:
* "{*}export <path> <filepath>{*}" downloads the contents of a znode to an
external file.
* "{*}import <path> <filepath>{*}" uploads the contents of an external file to
a znode, replacing the znode's previous contents.
My team has been using both of these commands for some time. We are confident
they are solid.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)