We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fe282 commit 979de41Copy full SHA for 979de41
README.md
@@ -40,6 +40,7 @@ go install github.com/technicallyjosh/protoc-gen-openapi@latest
40
| `json_names` | Use the JSON names that Protobuf provides. Otherwise, proto field names are used. | false |
41
| `json_out` | Create a JSON file instead of the default YAML. | false |
42
| `host` | The host to be used for all operations.<sup>1</sup> | |
43
+| `filename` | Specify the filename to output. | openapi.yaml |
44
45
<sup>1</sup> _Can be overridden on a file, service, or method._
46
0 commit comments