fix: bundling multiple files specified as CLI arguments (#1717)

This commit is contained in:
Andrew Tatomyr
2024-09-06 18:52:09 +03:00
committed by GitHub
parent 0cf2ee6ffc
commit 0eee406b98
5 changed files with 180 additions and 108 deletions

View File

@@ -0,0 +1,5 @@
---
"@redocly/cli": patch
---
Fixed a bug where bundling multiple API description files specified as CLI arguments, along with the `--output` option, stored the result in a single file instead of a folder.