Skip to content

Commit 93f5ad1

Browse files
fern-supportclaude
andcommitted
Add fern deep command to CLI reference documentation
Introduces the `fern deep` command that allows users to email our co-founder Deep directly from the CLI. The command supports optional --message and --subject flags for quick messages, or runs an interactive prompt when called without flags. Co-Authored-By: Claude <[email protected]>
1 parent 862d0fd commit 93f5ad1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

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

Lines changed: 33 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 deep`](#fern-deep) | Send an email to Deep, our co-founder |
1718

1819
## Documentation commands
1920

@@ -587,4 +588,36 @@ hideOnThisPage: true
587588
```
588589
</CodeBlock>
589590
</Accordion>
591+
592+
<Accordion title="fern deep">
593+
Use `fern deep` to send an email directly to Deep, our co-founder. Whether you have questions,
594+
feedback, or just want to say hello, Deep is here to help!
595+
596+
<CodeBlock title="terminal">
597+
```bash
598+
fern deep [--message <message>] [--subject <subject>]
599+
```
600+
</CodeBlock>
601+
602+
### message
603+
604+
Use `--message` to include a custom message in your email to Deep.
605+
606+
```bash
607+
fern deep --message "Love the new SDK generation features!"
608+
```
609+
610+
### subject
611+
612+
Use `--subject` to specify a custom subject line for your email.
613+
614+
```bash
615+
fern deep --subject "Feature Request" --message "Would love to see X feature"
616+
```
617+
618+
<Note>
619+
Running `fern deep` without any flags will open an interactive prompt to compose your message.
620+
</Note>
621+
622+
</Accordion>
590623
</AccordionGroup>

0 commit comments

Comments
 (0)