etcdutl: Implement migrate --force command
Co-authored-by: nic-chen <33000667+nic-chen@users.noreply.github.com> Co-authored-by: Heisenberg <yuzhiquanlong@gmail.com>
This commit is contained in:
@ -45,6 +45,7 @@ func init() {
|
||||
etcdutl.NewSnapshotCommand(),
|
||||
etcdutl.NewVersionCommand(),
|
||||
etcdutl.NewCompletionCommand(),
|
||||
etcdutl.NewMigrateCommand(),
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user