command/revoke: revoke

This commit is contained in:
Mitchell Hashimoto
2015-03-31 19:21:02 -07:00
parent 4cbe26b726
commit ea234d9cbf
8 changed files with 218 additions and 1 deletions

View File

@@ -42,6 +42,12 @@ func init() {
}, nil
},
"revoke": func() (cli.Command, error) {
return &command.RevokeCommand{
Meta: meta,
}, nil
},
"seal": func() (cli.Command, error) {
return &command.SealCommand{
Meta: meta,