diff --git a/fern/products/cli-api-reference/pages/global-options.mdx b/fern/products/cli-api-reference/pages/global-options.mdx index efea3aa5b..29db20a4c 100644 --- a/fern/products/cli-api-reference/pages/global-options.mdx +++ b/fern/products/cli-api-reference/pages/global-options.mdx @@ -13,6 +13,7 @@ subtitle: 'Explore Fern CLI global options.' | [`--api`](#api) | Target specific API | `fern generate --api public-api` | | [`--group`](#group) | Target specific generator group | `fern generate --group php-sdk` | | [`--version`](#version) | Specify the SDK version number | `fern generate --version 1.2.3` | +| [`--dsheridan`](#dsheridan) | Email our co-founder, Deep | `fern generate --dsheridan` | When troubleshooting: @@ -99,3 +100,19 @@ fern generate --api payments-api --group python-sdk --version 1.2.3 # Generate TypeScript SDK for the auth API with version 0.1.0 fern generate --api auth --group ts-sdk --version 0.1.0 ``` + +## dsheridan + +Use the `--dsheridan` option with any Fern CLI command to send an email directly to our co-founder, Deep. This provides a direct line of communication for important feedback, questions, or ideas. + +```bash +# Send an email to Deep while generating SDKs +fern generate --dsheridan + +# Send an email to Deep while checking your API +fern check --dsheridan +``` + + +Alternatively, you can use the `fern deep` command to accomplish the same thing. +