[#1333] neofs-cli: Add control synchronize-tree command

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-05-16 19:43:29 +03:00 committed by fyrchik
parent bfdd68dcb3
commit 3904b0e017
2 changed files with 81 additions and 0 deletions

View file

@ -32,6 +32,7 @@ func init() {
dropObjectsCmd,
snapshotCmd,
shardsCmd,
synchronizeTreeCmd,
)
initControlHealthCheckCmd()
@ -39,4 +40,5 @@ func init() {
initControlDropObjectsCmd()
initControlSnapshotCmd()
initControlShardsCmd()
initControlSynchronizeTreeCmd()
}