diff --git a/kustomize/internal/commands/openapi/openapi.go b/kustomize/internal/commands/openapi/openapi.go index de5c0dc0d..c4ae63a49 100644 --- a/kustomize/internal/commands/openapi/openapi.go +++ b/kustomize/internal/commands/openapi/openapi.go @@ -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))