You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-i, --inputSpec=OAS_spec_file Format of the output. Defaults to JSON if --out-file is specified,
50
+
otherwise text.
51
+
52
+
-o, --outputDir=output_dir The directory to place the generated API
53
+
54
+
-t, --templateDir=template_dir The directory with the mustache templates for generating the API
55
+
56
+
-c, --configFile=config_file A yaml file containing configurations for openapi-generator-cli. A default configuration will be used if this is not provided.
57
+
58
+
-g, --generator The generator. Defaults to `typescript-fetch`
59
+
60
+
--skipValidateSpec Generate API without validating the spec. Defaults to false.
61
+
62
+
40
63
#### `raml-toolkit diff BASE NEW -s oas`
41
64
42
65
**Note:** This command requires that oasdiff is. installed. Install oasdiff according to https://github.com/oasdiff/oasdiff#installation
0 commit comments