We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cce5dc commit 9611216Copy full SHA for 9611216
fern/products/cli-api-reference/cli-changelog/2025-07-30.mdx
@@ -0,0 +1,12 @@
1
+## 0.65.37
2
+**`(feat):`** Add support for snippet.json output as part of self hosted SDK generation. The following config in
3
+`generators.yml` will generate a `snippet.json` file in the relevant director:
4
+```
5
+groups:
6
+ ts-sdk:
7
+ - name: fernapi/fern-typescript-sdk
8
+ snippets:
9
+ path: ../snippets.json
10
11
+
12
0 commit comments