blob: 24ca33181edd7f11aaf1c08493866fda085bad72 [file] [log] [blame] [view]
# 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.