Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
feat: new Scout CLI commands for GA
Browse files Browse the repository at this point in the history
Signed-off-by: pvalverde <[email protected]>
  • Loading branch information
paco-valverde committed Sep 21, 2023
1 parent 8a400d0 commit 86cf4d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cli/metrics/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ var commands = []string{
"build",
"bundle",
"ca",
"cache",
"commit",
"compare",
"completion",
Expand All @@ -93,6 +94,9 @@ var commands = []string{
"ecs",
"enable",
"events",
"enroll",
"env",
"environment",
"exec",
"export",
"f",
Expand All @@ -101,6 +105,7 @@ var commands = []string{
"images",
"import",
"info",
"integration",
"init",
"inspect",
"install",
Expand All @@ -116,17 +121,20 @@ var commands = []string{
"ls",
"merge",
"pause",
"policy",
"port",
"promote",
"prune",
"ps",
"pull",
"push",
"quickview",
"qv",
"recommendations",
"remove",
"rename",
"render",
"repo",
"reset",
"restart",
"revoke",
Expand Down

0 comments on commit 86cf4d4

Please sign in to comment.