v.25.10New Feature

Add recursive variants of cp-cpr and mv-mvr

Add recursive variants of cp-cpr and mv-mvr commands in Keeper client. #88570 (Mikhail Artemenko).
Added recursive variants of the cp and mv commands (cpr and mvr) to the Keeper client in ClickHouse.

Why it matters

The new recursive commands allow users to copy and move directories and their contents recursively within the Keeper client, enhancing file management capabilities by simplifying operations on nested structures.

How to use it

Use the cpr command to recursively copy directories and files, and the mvr command to recursively move directories and files within the Keeper client, similar to how cp and mv commands are used for single files.