cp

zk cp

  1. zk cp <src> <dst> [flags]

Examples

  1. zk cp /zk/path .
  2. zk cp ./config /zk/path/config
  3. # Trailing slash indicates directory
  4. zk cp ./config /zk/path/

Options

  1. -h, --help help for cp

SEE ALSO

  • zk - zk is a tool for wrangling zookeeper.