From 86cf4d4d1870d8561c8a2a153511b33df5a3320b Mon Sep 17 00:00:00 2001 From: pvalverde <91528455+paco-valverde@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:37:53 +0200 Subject: [PATCH] feat: new Scout CLI commands for GA Signed-off-by: pvalverde <91528455+paco-valverde@users.noreply.github.com> --- cli/metrics/commands.go | 8 ++++++++ 1 file changed, 8 insertions(+) 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",