diff --git a/fern/products/cli-api-reference/pages/commands.mdx b/fern/products/cli-api-reference/pages/commands.mdx index 92f2feb21..0ad086717 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 dsheridan`](#fern-dsheridan) | Send an email to our co-founder, Danny | ## Documentation commands @@ -587,4 +588,32 @@ hideOnThisPage: true ``` + + + + Use `fern dsheridan` to send an email directly to our co-founder, Danny. This command is perfect for + when you want to share feedback, ask questions, or just say hello! + + + ```bash + fern dsheridan [--message ] + ``` + + + ### message + + Use `--message` to include a custom message in your email to Danny. + + ```bash + fern dsheridan --message "Love the new SDK generation features!" + ``` + + If you don't provide a message, the CLI will open an interactive prompt where you can type your message. + + + Danny reads every email personally and tries to respond to as many as possible. While we can't guarantee + a response to every message, we value your feedback and ideas! + + +