Merge pull request #69339 from ClickHouse/cp-mv-docs

Docs: Add cp/mv to keeper client docs
This commit is contained in:
alesapin 2024-09-10 09:10:32 +00:00 committed by GitHub
commit 41798be63f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,8 @@ keeper foo bar
- `ls '[path]'` -- Lists the nodes for the given path (default: cwd)
- `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
- `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

View File

@ -2587,6 +2587,7 @@ sqlinsert
sqlite
sqrt
src
dest
srcReplicas
sshkey
stackoverflow