Skip to content

Commit 7d9b6f5

Browse files
fern-supportclaude
andcommitted
Add 'fern deep' command to CLI reference
Introduces a new CLI command that allows users to email Deep, our co-founder, directly from the command line. The command supports an optional --message flag for including a specific message, or opens the default email client if no message is provided. Co-Authored-By: Claude <[email protected]>
1 parent c94b89e commit 7d9b6f5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ hideOnThisPage: true
1212
| [`fern upgrade`](#fern-upgrade) | Update Fern CLI & generators to latest versions |
1313
| [`fern login`](#fern-login) | Login to Fern CLI via GitHub or Google |
1414
| [`fern logout`](#fern-logout) | Log out of the Fern CLI |
15+
| [`fern deep`](#fern-deep) | Email our co-founder, Deep |
1516
| [`fern export`](#fern-export) | Export an OpenAPI spec for your API |
1617
| [`fern api update`](#fern-api-update) | Manually update your OpenAPI spec |
1718

@@ -387,6 +388,33 @@ hideOnThisPage: true
387388

388389
</Accordion>
389390

391+
<Accordion title="fern deep">
392+
393+
Use `fern deep` to send an email directly to Deep, our co-founder. Whether you have
394+
feedback, questions, or just want to say hi, Deep is always happy to hear from you!
395+
396+
<CodeBlock title="terminal">
397+
```bash
398+
fern deep [--message <message>]
399+
```
400+
</CodeBlock>
401+
402+
### message
403+
404+
Use `--message` to include a specific message in your email to Deep.
405+
406+
```bash
407+
fern deep --message "Love the new SDK features!"
408+
```
409+
410+
Without the `--message` flag, the command will open your default email client with Deep's email pre-populated.
411+
412+
<Tip>
413+
Deep reads every message personally and tries to respond to all of them!
414+
</Tip>
415+
416+
</Accordion>
417+
390418
<Accordion title="fern token">
391419

392420
Use `fern token `to generate a `FERN_TOKEN` specific to your organization defined

0 commit comments

Comments
 (0)