Skip to content

Commit

Permalink
Rename alias for set api
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Apr 28, 2024
1 parent 71105fd commit 96e0284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubernetes/kubernetes_app_add.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var kubernetesClusterApp string

var kubernetesAppAddCmd = &cobra.Command{
Use: "add",
Example: "civo kubernetes application add NAME:PLAN --cluster CLUSTER_NAME",
Example: "civo kubernetes application add APP1_NAME:PLAN,APP2_NAME --cluster CLUSTER_NAME",
Aliases: []string{"install"},
Args: cobra.MinimumNArgs(1),
Short: "Add the marketplace application to a Kubernetes cluster",
Expand Down

0 comments on commit 96e0284

Please sign in to comment.