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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The `bundle` command pulls the relevant parts of an API description into a singl
11
11
12
12
The `bundle` command differs from the [`join`](./join.md) command.
13
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.
14
+
All components are automatically resolved and included without requiring explicit definitions.
14
15
The `join` command can combine multiple OpenAPI files into a single unified API description file.
15
16
16
17
The `bundle` command first executes preprocessors, then rules, then decorators.
0 commit comments