From f1ff1564fb12145e174db23c628d4058f05804e5 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Thu, 19 Nov 2020 17:12:31 -0800 Subject: [PATCH] hide dashboard command --- pkg/commands/dashboard.go | 1 + 1 file changed, 1 insertion(+) 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",