Skip to content

Commit

Permalink
chore (cmx): unhide cluster upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Sep 8, 2023
1 parent 850ba71 commit 2ff414a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/cmd/cluster_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func (r *runners) InitClusterUpgrade(parent *cobra.Command) *cobra.Command {
Args: cobra.ExactArgs(1),
RunE: r.upgradeCluster,
SilenceUsage: true,
Hidden: true, // TODO: remove this once released
}
parent.AddCommand(cmd)

Expand Down

0 comments on commit 2ff414a

Please sign in to comment.