diff --git a/cli/metrics/commands.go b/cli/metrics/commands.go index f872b36cb..e5261d6c2 100644 --- a/cli/metrics/commands.go +++ b/cli/metrics/commands.go @@ -72,6 +72,7 @@ var commands = []string{ "bundle", "ca", "commit", + "compare", "completion", "config", "connect", @@ -120,6 +121,8 @@ var commands = []string{ "ps", "pull", "push", + "quickview", + "recommendations", "remove", "rename", "render",