hide kube command for now

until the kube commands are ironed out, we dont want it drawing
attention in any release

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2018-11-28 12:30:07 -06:00
parent d3bc70d5d0
commit 8e30d685b7

View File

@ -18,5 +18,6 @@ var (
Subcommands: kubeSubCommands,
UseShortOptionHandling: true,
OnUsageError: usageErrorHandler,
Hidden: true,
}
)