mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 14:50:24 +00:00
9 lines
304 B
Markdown
9 lines
304 B
Markdown
|
# 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.
|