Update info.go

This commit is contained in:
Jeff Regan
2020-10-16 18:00:18 -07:00
committed by GitHub
parent 3d1376bbbc
commit f5353fafa1

View File

@@ -21,6 +21,7 @@ func NewCmdInfo(w io.Writer) *cobra.Command {
Run: func(cmd *cobra.Command, args []string) {
fmt.Fprintln(w, kubernetesapi.Info)
},
Hidden: true,
}
return &infoCmd