[#1731] neofs-cli: Add control shards evacuate command

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
Evgenii Stratonikov 2022-09-13 13:33:14 +03:00 committed by fyrchik
parent 091d7d30f6
commit 8fc88487db
2 changed files with 57 additions and 0 deletions

View file

@ -15,9 +15,11 @@ func initControlShardsCmd() {
shardsCmd.AddCommand(setShardModeCmd)
shardsCmd.AddCommand(dumpShardCmd)
shardsCmd.AddCommand(restoreShardCmd)
shardsCmd.AddCommand(evacuateShardCmd)
initControlShardsListCmd()
initControlSetShardModeCmd()
initControlDumpShardCmd()
initControlRestoreShardCmd()
initControlEvacuateShardCmd()
}