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/2025-12-02.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 2.17.0
2
+
**`(feat):`** Add `substitute-env-vars` flag to `docs.yml` settings configuration. When set to `true`,
3
+
environment variables using `${VAR_NAME}` syntax are substituted across all files in the docs bundle,
4
+
including markdown/MDX content. This is useful for injecting dynamic values like API keys or URLs.
5
+
Use \$\{VAR\} to escape and output literal ${VAR} without substitution.
6
+
7
+
1
8
## 2.16.0
2
9
**`(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.
0 commit comments