Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-12-02.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.17.0
**`(feat):`** Add `substitute-env-vars` flag to `docs.yml` settings configuration. When set to `true`,
environment variables using `${VAR_NAME}` syntax are substituted across all files in the docs bundle,
including markdown/MDX content. This is useful for injecting dynamic values like API keys or URLs.
Use \$\{VAR\} to escape and output literal ${VAR} without substitution.


## 2.16.0
**`(feat):`** Add support for aliases in generators.yml. You can now define aliases that map to multiple groups, allowing you to run multiple groups with a single command.

Expand Down