diff --git a/cli/commands.go b/cli/commands.go index dd2fbebfc..62498cf4d 100644 --- a/cli/commands.go +++ b/cli/commands.go @@ -205,6 +205,12 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory { }, nil }, + "token-renew": func() (cli.Command, error) { + return &command.TokenRenewCommand{ + Meta: meta, + }, nil + }, + "token-revoke": func() (cli.Command, error) { return &command.TokenRevokeCommand{ Meta: meta,