Skip to content

Commit 7c12980

Browse files
chore: add docs for the bundle command
1 parent 7a251b7 commit 7c12980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/@v2/commands/bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Redocly CLI can help you combine separate API description files (such as if you
1010
The `bundle` command pulls the relevant parts of an API description into a single file output in JSON or YAML format.
1111

1212
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.
1414
The `join` command can combine multiple OpenAPI files into a single unified API description file.
1515

1616
The `bundle` command first executes preprocessors, then rules, then decorators.

0 commit comments

Comments
 (0)