diff --git a/cli/metrics/commands.go b/cli/metrics/commands.go index 936c22f19..0eda851a5 100644 --- a/cli/metrics/commands.go +++ b/cli/metrics/commands.go @@ -72,6 +72,7 @@ var commands = []string{ "build", "bundle", "ca", + "cache", "commit", "compare", "completion", @@ -93,6 +94,9 @@ var commands = []string{ "ecs", "enable", "events", + "enroll", + "env", + "environment", "exec", "export", "f", @@ -101,6 +105,7 @@ var commands = []string{ "images", "import", "info", + "integration", "init", "inspect", "install", @@ -116,6 +121,7 @@ var commands = []string{ "ls", "merge", "pause", + "policy", "port", "promote", "prune", @@ -123,10 +129,12 @@ var commands = []string{ "pull", "push", "quickview", + "qv", "recommendations", "remove", "rename", "render", + "repo", "reset", "restart", "revoke",