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/@v2/commands/bundle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Redocly CLI can help you combine separate API description files (such as if you
10
10
The `bundle` command pulls the relevant parts of an API description into a single file output in JSON or YAML format.
11
11
12
12
The `bundle` command differs from the [`join`](./join.md) command.
13
-
The `bundle` command takes a root OpenAPI file as input and follows the `$ref` mentions to include all the referenced components into a single output file.
13
+
The `bundle` command takes a root OpenAPI file as input and follows the `$ref` mentions to include all the referenced components into a single output file. All components are automatically resolved and included without requiring explicit specification.
14
14
The `join` command can combine multiple OpenAPI files into a single unified API description file.
15
15
16
16
The `bundle` command first executes preprocessors, then rules, then decorators.
0 commit comments