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 64ab404 commit 9014ce9Copy full SHA for 9014ce9
dev/kubecdl/main.go
@@ -19,7 +19,7 @@ import (
19
)
20
21
var (
22
- project = pflag.StringP("project", "p", "", "name of the Google project - defaults to what's configured in gcloud")
+ project = pflag.StringP("project", "p", "workspace-clusters", "name of the Google project - defaults to what's configured in gcloud")
23
kubeconfig = pflag.StringP("kubeconfig", "k", os.Getenv("KUBECONFIG"), "kubeconfig filepath")
24
25
0 commit comments