Hi
Where can I get description and syntax for all zkCli.sh commands , such as:
get path [watch]
ls path [watch]
set path data [version]
rmr path
delquota [-n|-b] path
quit
printwatches on|off
create [-s] [-e] path data acl
stat path [watch]
close
ls2 path [watch]
history
listquota path
setAcl path acl
getAcl path
sync path
redo cmdno
addauth scheme auth
delete path [version]
setquota -n|-b val path
For example, I need to watch a node. What is the exact syntax with the
ls or the get command.
I skimmed through all the documentation over at
http://zookeeper.apache.org/doc/r3.4.0 but none really goes through
the zkCli.sh commands.
Thanks.