ingress-nginx-helm/vendor/github.com/googleapis/gnostic/plugins/gnostic-summary
Manuel de Brito Fontes bf5616c65b Replace godep with dep
2017-10-06 17:26:14 -03:00
..
main.go Replace godep with dep 2017-10-06 17:26:14 -03:00
README.md Replace godep with dep 2017-10-06 17:26:14 -03:00

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.