From 7941e78406dfd8226ccdd8d95b2e152ed206a825 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Fri, 15 Sep 2017 19:37:57 +0000 Subject: [PATCH] filter acl subcommands --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index f7962f45d..6f057b2c1 100644 --- a/main.go +++ b/main.go @@ -35,6 +35,7 @@ func RunCustom(args []string, commands map[string]cli.CommandFactory) int { case "job deployments", "job dispatch", "job history", "job promote", "job revert": case "namespace list", "namespace delete", "namespace apply": case "operator raft", "operator raft list-peers", "operator raft remove-peer": + case "acl policy", "acl policy apply", "acl token", "acl token create": default: commandsInclude = append(commandsInclude, k) }