File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,11 @@ Usage: oasgraph <OAS JSON file path or remote url> [options]
26
26
Options:
27
27
-V, --version output the version number
28
28
-p, --port <port> select the port where the server will start
29
+ -u, --url <url> select the base url which paths will be built on
29
30
-s, --strict throw an error if OASGraph cannot run without compensating for errors or missing data in the OAS
30
31
-a, --addSubOperations nest operations based on path hierarchy
31
32
-f, --fillEmptyResponses create placeholder schemas for operations with HTTP status code 204 (no response) rather than ignore them
33
+ --cors enable Cross-origin resource sharing (CORS)
32
34
--no-viewer do not create GraphQL viewer objects for passing authentication credentials
33
35
--save <file path> save schema to path and do not start server
34
36
-h, --help output usage information
You can’t perform that action at this time.
0 commit comments