diff --git a/fern/products/cli-api-reference/pages/commands.mdx b/fern/products/cli-api-reference/pages/commands.mdx index 92f2feb21..c0054c324 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) | Email co-founder Deep | ## Documentation commands @@ -587,4 +588,24 @@ hideOnThisPage: true ``` + + + Use `fern deep` to send an email to Deep, one of Fern's co-founders. + + + ```bash + fern deep + ``` + + + This command provides a direct communication channel to reach Deep for support, feedback, or questions about Fern. + + + You can also use the `--dsheridan` or `--eyw` flags with any Fern command to accomplish the same thing: + ```bash + fern --dsheridan + fern --eyw + ``` + +