Implement update command

This commit is contained in:
Harshavardhana
2015-10-17 15:03:46 -07:00
parent 357f9d7a05
commit 47f1ffa1f3
7 changed files with 299 additions and 7 deletions

View File

@@ -91,6 +91,7 @@ func registerApp() *cli.App {
// register all commands
registerCommand(serverCmd)
registerCommand(versionCmd)
registerCommand(updateCmd)
// register all flags
registerFlag(addressFlag)