Skip to content

Commit fd7f175

Browse files
authored
Merge pull request #146 from JaredCE/validation-warning-only
Validation warning only
2 parents a4fd99c + 355093a commit fd7f175

File tree

4 files changed

+299
-217
lines changed

4 files changed

+299
-217
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Options:
4949
--indent -i File indentation in spaces. Default: 2
5050
--openApiVersion -a OpenAPI version to generate for. Default: 3.0.0
5151
--postmanCollection -p Will generate a postman collection (from the generated openAPI documentation), in json only, if passed in. Default postman.json
52+
--validationWarn -w Warn about validation errors only. Will write the OpenAPI file if generation is successful. Default: false
5253
```
5354

5455
### README Highlighted Reading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-openapi-documenter",
3-
"version": "0.0.81",
3+
"version": "0.0.82",
44
"description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)