We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8810007 + 0d23157 commit f133c44Copy full SHA for f133c44
go/cli/internal/cli/install.go
@@ -35,6 +35,7 @@ func InstallCmd(ctx context.Context, c *ishell.Context) {
35
"--namespace",
36
cfg.Namespace,
37
"--create-namespace",
38
+ "--wait",
39
"--set",
40
"openai.apiKey=" + os.Getenv("OPENAI_API_KEY"),
41
}
0 commit comments