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: fern/products/cli-api-reference/cli-changelog/2026-02-05.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 3.65.0
2
+
**`(feat):`** Add `--generator` option to `fern generate` to run a specific generator by name. Filters within the resolved group (from `--group` or `default-group`) to only run the specified generator.
3
+
4
+
1
5
## 3.64.6
2
6
**`(fix):`** Fix `fern generator upgrade` failing when encountering unrecognized generator names. Previously, an unrecognized generator (e.g. `fernapi/java-model`) would block the entire upgrade process. Now unrecognized generators are skipped with a warning, allowing the remaining generators to be upgraded. Also adds support for the `java-model` legacy generator name alias.
0 commit comments