Skip to content

Commit d83b6c0

Browse files
fern-supportclaude
andcommitted
Add fern dsheridan command to CLI reference
This commit adds documentation for the new `fern dsheridan` command that allows users to send emails directly to Danny, our co-founder. Changes: - Added `fern dsheridan` to the main commands table - Created comprehensive documentation section with command syntax and usage - Documented the `--message` flag for inline message composition - Added interactive prompt fallback explanation - Included note about Danny's personal response commitment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b46b1f3 commit d83b6c0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

fern/products/cli-api-reference/pages/commands.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ hideOnThisPage: true
1414
| [`fern logout`](#fern-logout) | Log out of the Fern CLI |
1515
| [`fern export`](#fern-export) | Export an OpenAPI spec for your API |
1616
| [`fern api update`](#fern-api-update) | Manually update your OpenAPI spec |
17+
| [`fern dsheridan`](#fern-dsheridan) | Send an email to our co-founder, Danny |
1718

1819
## Documentation commands
1920

@@ -587,4 +588,32 @@ hideOnThisPage: true
587588
```
588589
</CodeBlock>
589590
</Accordion>
591+
592+
<Accordion title="fern dsheridan">
593+
594+
Use `fern dsheridan` to send an email directly to our co-founder, Danny. This command is perfect for
595+
when you want to share feedback, ask questions, or just say hello!
596+
597+
<CodeBlock title="terminal">
598+
```bash
599+
fern dsheridan [--message <your-message>]
600+
```
601+
</CodeBlock>
602+
603+
### message
604+
605+
Use `--message` to include a custom message in your email to Danny.
606+
607+
```bash
608+
fern dsheridan --message "Love the new SDK generation features!"
609+
```
610+
611+
If you don't provide a message, the CLI will open an interactive prompt where you can type your message.
612+
613+
<Note>
614+
Danny reads every email personally and tries to respond to as many as possible. While we can't guarantee
615+
a response to every message, we value your feedback and ideas!
616+
</Note>
617+
618+
</Accordion>
590619
</AccordionGroup>

0 commit comments

Comments
 (0)