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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,14 @@ Usage:
27
27
28
28
```
29
29
30
+
### Arguments
31
+
| Argument | Meaning |
32
+
| --- | --- |
33
+
| --match[=MATCH]| Use a RegEx pattern to determine the additionalFiles. If this option is set the additionalFiles could be omitted (multiple values allowed) |
34
+
| --resolve-references[=RESOLVE-REFERENCES]| Resolve the "$refs" in the given files [default: true]|
35
+
| -o, --outputfile[=OUTPUTFILE]| Defines the output file for the result. Defaults the result will printed to stdout |
36
+
37
+
30
38
## Docker
31
39
Run the `openapi-merge` command within a docker container
0 commit comments