diff --git a/fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx b/fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx index 71badcbcb..70468d154 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-04-22.mdx @@ -1,3 +1,11 @@ +## 4.89.0 +**`(feat):`** `fern generate` now accepts multiple `--api` flags. Previously, running +`fern generate --api api1 --api api2` failed because yargs collapsed the values into a single +comma-joined string that was then looked up as a workspace name. `--api` is now declared as an +array option, so each `--api ` value is parsed individually and the command generates for +the union of the specified API workspaces (de-duplicated). + + ## 4.88.0 **`(feat):`** `fern generate` now accepts multiple `--group` flags. Passing e.g. `fern generate --group typescript --group java --group python` generates