1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/vendor/github.com/googleapis/gnostic/plugins/gnostic-summary/README.md

9 lines
304 B
Markdown
Raw Normal View History

# gnostic-summary
This directory contains a `gnostic` plugin that summarizes the contents of an OpenAPI description.
gnostic bookstore.json --summary-out=-
Here the `-` in the output path indicates that results are to be written to stdout.
A `.` will write a summary file into the current directory.