From e8457483c06dca7fd2159c42e327d6a60ee0f885 Mon Sep 17 00:00:00 2001 From: fern-support Date: Wed, 29 Oct 2025 18:56:24 +0000 Subject: [PATCH 1/2] Add fern deep command to CLI reference documentation Introduce a new 'fern deep' command that allows users to easily send an email to Deep, one of Fern's co-founders. The command opens the user's default email client with a mailto link pre-addressed to Deep. This addition includes: - Entry in the main commands table with description - Detailed accordion section with usage information and examples - Tips on when and how to use the command to connect with the Fern team --- .../cli-api-reference/pages/commands.mdx | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/fern/products/cli-api-reference/pages/commands.mdx b/fern/products/cli-api-reference/pages/commands.mdx index 92f2feb21..da1eba49f 100644 --- a/fern/products/cli-api-reference/pages/commands.mdx +++ b/fern/products/cli-api-reference/pages/commands.mdx @@ -14,6 +14,7 @@ hideOnThisPage: true | [`fern logout`](#fern-logout) | Log out of the Fern CLI | | [`fern export`](#fern-export) | Export an OpenAPI spec for your API | | [`fern api update`](#fern-api-update) | Manually update your OpenAPI spec | +| [`fern deep`](#fern-deep) | Send an email to Deep, Fern co-founder | ## Documentation commands @@ -579,7 +580,7 @@ hideOnThisPage: true ### api - Use `--api` to specify the API to update if there are multiple specs with a defined `origin` in `generators.yml`. If you don't specify an API, all OpenAPI specs with an `origin` will be updated. + Use `--api` to specify the API to update if there are multiple specs with a defined `origin` in `generators.yml`. If you don't specify an API, all OpenAPI specs with an `origin` will be updated. ```bash @@ -587,4 +588,28 @@ hideOnThisPage: true ``` + + + + Use `fern deep` to send an email directly to Deep, one of Fern's co-founders. This command opens a + mailto link in your default email client, making it easy to reach out with questions, feedback, or ideas. + + + ```bash + fern deep + ``` + + + When you run this command, your default email client will open with a new message addressed to Deep. + You can use this to: + - Share feedback about Fern + - Ask questions about features or best practices + - Report issues or suggest improvements + - Connect with the Fern team + + + Deep loves hearing from the community! Don't hesitate to reach out with your thoughts, questions, or just to say hi. + + + From 4b8a559869f4bbc83dfb9f2a3951720c4353348e Mon Sep 17 00:00:00 2001 From: fern-support Date: Wed, 29 Oct 2025 18:59:28 +0000 Subject: [PATCH 2/2] Rename command from 'fern deep' to 'fern eyw520' Update the command name to 'fern eyw520' to disambiguate it. This changes both the table entry and the detailed accordion section. --- fern/products/cli-api-reference/pages/commands.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fern/products/cli-api-reference/pages/commands.mdx b/fern/products/cli-api-reference/pages/commands.mdx index da1eba49f..fd5617781 100644 --- a/fern/products/cli-api-reference/pages/commands.mdx +++ b/fern/products/cli-api-reference/pages/commands.mdx @@ -14,7 +14,7 @@ hideOnThisPage: true | [`fern logout`](#fern-logout) | Log out of the Fern CLI | | [`fern export`](#fern-export) | Export an OpenAPI spec for your API | | [`fern api update`](#fern-api-update) | Manually update your OpenAPI spec | -| [`fern deep`](#fern-deep) | Send an email to Deep, Fern co-founder | +| [`fern eyw520`](#fern-eyw520) | Send an email to Deep, Fern co-founder | ## Documentation commands @@ -589,14 +589,14 @@ hideOnThisPage: true - + - Use `fern deep` to send an email directly to Deep, one of Fern's co-founders. This command opens a + Use `fern eyw520` to send an email directly to Deep, one of Fern's co-founders. This command opens a mailto link in your default email client, making it easy to reach out with questions, feedback, or ideas. ```bash - fern deep + fern eyw520 ```