hide dashboard command

This commit is contained in:
Hongchao Deng
2020-11-19 17:12:31 -08:00
parent ebfd1dfe15
commit f1ff1564fb
+1
View File
@@ -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",