Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 935b4bb

Browse files
committed
Add aliases for kube command
1 parent 3dbe526 commit 935b4bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/internal/kube/kube.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ import (
99
var Cmd = &cobra.Command{
1010
Use: "kube",
1111
Short: "Install Akita in your Kubernetes cluster",
12+
Aliases: []string{
13+
"k8s",
14+
"kubernetes",
15+
},
1216
RunE: func(_ *cobra.Command, _ []string) error {
1317
return cmderr.AkitaErr{Err: errors.New("no subcommand specified")}
1418
},

0 commit comments

Comments
 (0)