diff --git a/fern/products/cli-api-reference/pages/commands.mdx b/fern/products/cli-api-reference/pages/commands.mdx index 92f2feb21..8aa1c4fef 100644 --- a/fern/products/cli-api-reference/pages/commands.mdx +++ b/fern/products/cli-api-reference/pages/commands.mdx @@ -12,6 +12,7 @@ hideOnThisPage: true | [`fern upgrade`](#fern-upgrade) | Update Fern CLI & generators to latest versions | | [`fern login`](#fern-login) | Login to Fern CLI via GitHub or Google | | [`fern logout`](#fern-logout) | Log out of the Fern CLI | +| [`fern deep`](#fern-deep) | Email our co-founder Deep | | [`fern export`](#fern-export) | Export an OpenAPI spec for your API | | [`fern api update`](#fern-api-update) | Manually update your OpenAPI spec | @@ -387,6 +388,41 @@ hideOnThisPage: true + + + Use `fern deep` to send an email to our co-founder Deep. This command opens your default + email client with a pre-addressed message to Deep for questions, feedback, or support. + + + ```bash + fern deep [--subject ] [--body ] + ``` + + + Running this command without options will open your email client with Deep's email address pre-filled. + + ### subject + + Use `--subject` to pre-fill the email subject line. + + ```bash + fern deep --subject "Question about SDK generation" + ``` + + ### body + + Use `--body` to pre-fill the email message body. + + ```bash + fern deep --body "Hi Deep, I have a question about..." + ``` + + + You can combine both options to create a fully pre-filled email template. + + + + Use `fern token` to generate a `FERN_TOKEN` specific to your organization defined