mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Merge pull request #3114 from monopole/hideOpenapi
Hide openapi top-level command
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user