From 61d6b02465c425457c38dade482cd3588fbd624d Mon Sep 17 00:00:00 2001 From: pvalverde <91528455+paco-valverde@users.noreply.github.com> Date: Fri, 2 Jun 2023 12:30:50 +0200 Subject: [PATCH] feat: added additional subcommands Signed-off-by: pvalverde <91528455+paco-valverde@users.noreply.github.com> --- cli/metrics/commands.go | 3 +++ 1 file changed, 3 insertions(+) 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",