Skip to content

Commit

Permalink
fix: egen alias for exludeKnada
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Jun 23, 2023
1 parent 12f7417 commit 5f4b2ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/commands/clusterCmd/kubeconfigCmd.go
Original file line number Diff line number Diff line change
@@ -26,7 +26,8 @@ gcloud auth login --update-adc`,
Aliases: []string{"o"},
},
&cli.BoolFlag{
Name: "excludeKnada",
Name: "excludeKnada",
Aliases: []string{"k"},
},
&cli.BoolFlag{
Name: "prefixTenant",

0 comments on commit 5f4b2ac

Please sign in to comment.