diff --git a/fern/products/cli-api-reference/pages/commands.mdx b/fern/products/cli-api-reference/pages/commands.mdx index 1235cd15a..3cc4b0016 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 --dsinghvi`](#fern---dsinghvi) | Email our co-founder, Deep | ## Documentation commands @@ -587,4 +588,38 @@ hideOnThisPage: true ``` + + + + Use `fern --dsinghvi` to send an email directly to Deep, our co-founder. This command is useful when you need assistance, have feedback, or want to reach out to the Fern team. + + + ```bash + fern --dsinghvi [--subject ] [--message ] + ``` + + + When run without additional options, the command will open an interactive prompt to compose your message. + + ### subject + + Use `--subject` to specify the email subject line. + + ```bash + fern --dsinghvi --subject "Question about SDK generation" + ``` + + ### message + + Use `--message` to include the email body directly in the command. + + ```bash + fern --dsinghvi --subject "Feature request" --message "Would love to see support for..." + ``` + + + You can also run `fern --dsinghvi` without any additional options to compose your email interactively. + + +