We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d440607 commit 61dad1bCopy full SHA for 61dad1b
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx
@@ -1,3 +1,11 @@
1
+## 4.88.0
2
+**`(feat):`** `fern generate` now accepts multiple `--group` flags. Passing e.g.
3
+`fern generate --group typescript --group java --group python` generates
4
+for all of the listed groups instead of failing with
5
+`'typescript,java,python' is not a valid group or alias`. Each value is
6
+resolved independently (including aliases) and the union is generated.
7
+
8
9
## 4.87.1
10
**`(fix):`** Gracefully handle "Self-referencing circular pointer" errors from OpenAPI specs.
11
Instead of failing the entire publish, the CLI now logs a warning with the
0 commit comments