Merge pull request #3114 from monopole/hideOpenapi

Hide openapi top-level command
This commit is contained in:
Kubernetes Prow Robot
2020-10-19 17:14:07 -07:00
committed by GitHub

View File

@@ -18,6 +18,7 @@ func NewCmdOpenAPI(w io.Writer) *cobra.Command {
Use: "openapi",
Short: "Commands for interacting with the OpenAPI data",
Example: `kustomize openapi info`,
Hidden: true,
}
openApiCmd.AddCommand(info.NewCmdInfo(w))