File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Options:
48
48
--format -f Whether to output the OpenAPI Description as json or yaml. Default: json
49
49
--indent -i File indentation in spaces. Default: 2
50
50
--openApiVersion -a OpenAPI version to generate for. Default: 3.0.0
51
- --postmanCollection -p Will generate a postman collection (from the generated OpenAPI Description), in json only, if passed in. Default postman.json
51
+ --postmanCollection -p Will generate a postman collection (from the generated OpenAPI Description), in json only, if passed in. Default: postman.json
52
52
--validationWarn -w Warn about validation errors only. Will write the OpenAPI file if generation is successful. Default: false
53
53
` ` `
54
54
@@ -968,6 +968,8 @@ However, you can configure your own rules from the [ruleset available on the Red
968
968
}
969
969
` ` `
970
970
971
+ Since rules can be set to "warn", you no longer are required to tell the plugin to ignore errors with the `--validationWarn` flag.
972
+
971
973
# # Example configuration
972
974
973
975
Please view the example [serverless.yml](test/serverless-tests/best/serverless.yml).
You can’t perform that action at this time.
0 commit comments