etcdctl: support healthy checking

This commit is contained in:
Xiang Li
2015-02-09 14:24:25 -08:00
parent c94db98177
commit 7bbdad9068
2 changed files with 141 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ func main() {
}
app.Commands = []cli.Command{
command.NewBackupCommand(),
command.NewClusterHealthCommand(),
command.NewMakeCommand(),
command.NewMakeDirCommand(),
command.NewRemoveCommand(),