tree: 56409d05e12dab47aaa9c6ac35d5c3a71f7d617a [path history] [tgz]
  1. main.go
  2. README.md
plugins/gnostic-summary/README.md

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.