Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions fern/products/cli-api-reference/pages/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -587,4 +588,32 @@ hideOnThisPage: true
```
</CodeBlock>
</Accordion>

<Accordion title="fern dsheridan">

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!

<CodeBlock title="terminal">
```bash
fern dsheridan [--message <your-message>]
```
</CodeBlock>

### 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.

<Note>
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!
</Note>

</Accordion>
</AccordionGroup>