etcdctl: add migratesnap command

This commit is contained in:
Xiang Li
2015-03-26 21:21:30 -07:00
committed by Yicheng Qin
parent 9995e80a2c
commit 6d90d03bf0
2 changed files with 114 additions and 0 deletions

View File

@ -53,6 +53,7 @@ func main() {
command.NewWatchCommand(),
command.NewExecWatchCommand(),
command.NewMemberCommand(),
command.NewImportSnapCommand(),
}
app.Run(os.Args)