enable CLI cert login

This commit is contained in:
Karl Gutwin
2015-06-29 23:29:41 -04:00
parent 75861c7c3b
commit 48e3a8d8ce
2 changed files with 48 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
"github": &credGitHub.CLIHandler{},
"userpass": &credUserpass.CLIHandler{},
"ldap": &credLdap.CLIHandler{},
"cert": &credCert.CLIHandler{},
},
}, nil
},