diff --git a/cmd/commands/clusterCmd/listCmd.go b/cmd/commands/clusterCmd/listCmd.go index 573703d..2f729bb 100644 --- a/cmd/commands/clusterCmd/listCmd.go +++ b/cmd/commands/clusterCmd/listCmd.go @@ -11,7 +11,8 @@ import ( func listCmd() *cli.Command { return &cli.Command{ - Name: "list", + Name: "list", + Aliases: []string{"l"}, Flags: []cli.Flag{ &cli.BoolFlag{ Name: "includeManagement",