diff --git a/pkg/commands/dashboard.go b/pkg/commands/dashboard.go index 5fd9b7e95..ae9f8d16d 100644 --- a/pkg/commands/dashboard.go +++ b/pkg/commands/dashboard.go @@ -35,6 +35,7 @@ func NewDashboardCommand(c types.Args, ioStreams cmdutil.IOStreams, frontendSour var o Options o.frontendSource = frontendSource cmd := &cobra.Command{ + Hidden: true, Use: "dashboard", Short: "Setup API Server and launch Dashboard", Long: "Setup API Server and launch Dashboard",