We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e775f5 commit 3023c2eCopy full SHA for 3023c2e
cmd/scw/testdata/test-main-usage-usage.golden
@@ -3,7 +3,7 @@
3
USAGE:
4
scw <command>
5
6
-AVAILABLE COMMANDS:
+AI COMMANDS:
7
inference This API allows you to handle your Managed Inference services
8
9
BAREMETAL COMMANDS:
internal/namespaces/inference/v1/custom.go
@@ -5,5 +5,7 @@ import "github.com/scaleway/scaleway-cli/v2/core"
func GetCommands() *core.Commands {
cmds := GetGeneratedCommands()
+ cmds.MustFind("inference").Groups = []string{"ai"}
+
10
return cmds
11
}
0 commit comments