pb33f / openapi-changes

The world's sexiest OpenAPI breaking changes detector. Discover what changed between two OpenAPI specs, or a single spec over time. Supports OpenAPI 3.1, 3.0 and Swagger
https://pb33f.io/openapi-changes/
Other
180 stars 16 forks source link

Capacity to specify the name of the report #145

Open LasneF opened 4 months ago

LasneF commented 4 months ago

given i am launching openAPI changes one several files i would like to be able to specify the name of the report

openapi-change A.yaml B.yaml toto.html

or can be leveraging a dedicated parameter as style you prefer

openapi-change A.yaml B.yaml -r toto.html

looks around there https://github.com/pb33f/openapi-changes/blob/9da9009b5b7fbaad334b39441a3de5829b99bf9e/cmd/html_report.go#L179