ability to override the public private key for a repository via the CLI

This commit is contained in:
Brad Rydzewski
2015-01-04 15:21:35 -08:00
parent f890d42019
commit b4ca338948
3 changed files with 59 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ func main() {
NewDisableCommand(),
NewRestartCommand(),
NewWhoamiCommand(),
NewSetKeyCommand(),
}
app.Run(os.Args)