We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b269e85 commit ba9f564Copy full SHA for ba9f564
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-05-07.mdx
@@ -0,0 +1,9 @@
1
+## 5.18.0
2
+**`(feat):`** Add `fern schema [name]` command (CLI v2) that emits a JSON Schema for
3
+`fern.yml`. Running `fern schema` with no argument prints the full schema;
4
+passing a dot-delimited subsection (e.g. `fern schema sdks`,
5
+`fern schema sdks.targets`, `fern schema api`) prints just that block.
6
+Intended primarily for AI agents that need to generate or validate Fern
7
+config at runtime without consulting external docs.
8
+
9
0 commit comments