Skip to content

Commit 0eec97e

Browse files
Update changelogs from fern repo (#4463)
Co-authored-by: Swimburger <3382717+Swimburger@users.noreply.github.com>
1 parent 506082a commit 0eec97e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-03-20.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.39.0
2+
**`(feat):`** Add `--require-env-vars` flag to `fern generate`. Use `--no-require-env-vars`
3+
to substitute empty strings for undefined environment variables instead of
4+
causing an error. Defined environment variables are still resolved normally.
5+
This is useful for local development when registry credentials are not needed.
6+
7+
```bash
8+
fern generate --group csharp-sdk --no-require-env-vars
9+
```
10+
11+
112
## 4.38.0
213
**`(feat):`** Auto-detect CI environment (GitHub Actions, GitLab CI, Bitbucket Pipelines)
314
during `fern generate --docs` and send source metadata (repository, run ID,

0 commit comments

Comments
 (0)