mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Merge pull request #69339 from ClickHouse/cp-mv-docs
Docs: Add cp/mv to keeper client docs
This commit is contained in:
commit
41798be63f
@ -47,6 +47,8 @@ keeper foo bar
|
|||||||
|
|
||||||
- `ls '[path]'` -- Lists the nodes for the given path (default: cwd)
|
- `ls '[path]'` -- Lists the nodes for the given path (default: cwd)
|
||||||
- `cd '[path]'` -- Changes the working path (default `.`)
|
- `cd '[path]'` -- Changes the working path (default `.`)
|
||||||
|
- `cp '<src>' '<dest>'` -- Copies 'src' node to 'dest' path
|
||||||
|
- `mv '<src>' '<dest>'` -- Moves 'src' node to the 'dest' path
|
||||||
- `exists '<path>'` -- Returns `1` if node exists, `0` otherwise
|
- `exists '<path>'` -- Returns `1` if node exists, `0` otherwise
|
||||||
- `set '<path>' <value> [version]` -- Updates the node's value. Only updates if version matches (default: -1)
|
- `set '<path>' <value> [version]` -- Updates the node's value. Only updates if version matches (default: -1)
|
||||||
- `create '<path>' <value> [mode]` -- Creates new node with the set value
|
- `create '<path>' <value> [mode]` -- Creates new node with the set value
|
||||||
|
@ -2587,6 +2587,7 @@ sqlinsert
|
|||||||
sqlite
|
sqlite
|
||||||
sqrt
|
sqrt
|
||||||
src
|
src
|
||||||
|
dest
|
||||||
srcReplicas
|
srcReplicas
|
||||||
sshkey
|
sshkey
|
||||||
stackoverflow
|
stackoverflow
|
||||||
|
Loading…
Reference in New Issue
Block a user