[#589] cli: Add `control shards evacuate` command

It was accidentally removed in f7c0b50d70.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
feature/121-client/container_delete
Evgenii Stratonikov 2023-08-10 10:56:26 +03:00 committed by Evgenii Stratonikov
parent 8f994163ee
commit c3c0574e3c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ var shardsCmd = &cobra.Command{
func initControlShardsCmd() {
shardsCmd.AddCommand(listShardsCmd)
shardsCmd.AddCommand(setShardModeCmd)
shardsCmd.AddCommand(evacuateShardCmd)
shardsCmd.AddCommand(evacuationShardCmd)
shardsCmd.AddCommand(flushCacheCmd)
shardsCmd.AddCommand(doctorCmd)