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: docs/cli.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,15 @@ apis:
38
38
external@v1:
39
39
root: ./openapi/external.yaml
40
40
x-openapi-ts:
41
-
output: ./openapi/openapi.ts
41
+
output: ./openapi/external.ts
42
42
```
43
43
44
+
::: tip
45
+
46
+
This will preserve schemas 1:1 input:output. To bundle multiple schemas into one, use Redocly’s [bundle command](https://redocly.com/docs/resources/multi-file-definitions/#bundle)
47
+
48
+
:::
49
+
44
50
Whenever you have a `redocly.yaml` file in your project with `apis`, you can omit the input/output parameters in the CLI:
0 commit comments