diff --git a/commands.go b/commands.go index 7694ce4304..b9daccfb0e 100644 --- a/commands.go +++ b/commands.go @@ -82,6 +82,12 @@ func init() { }, nil }, + "delete": func() (cli.Command, error) { + return &command.DeleteCommand{ + Meta: meta, + }, nil + }, + "revoke": func() (cli.Command, error) { return &command.RevokeCommand{ Meta: meta,