Skip to content

Commit c30a493

Browse files
fern-supportclaude
andcommitted
Add fern deep command and contact flags to CLI reference
Updated CLI reference documentation to include: - New fern deep command for emailing co-founder Deep - --dsheridan flag for contacting Deep from any command - --eyw flag as alternative contact method 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 532a415 commit c30a493

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 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) | Email co-founder Deep |
1718

1819
## Documentation commands
1920

@@ -587,4 +588,24 @@ hideOnThisPage: true
587588
```
588589
</CodeBlock>
589590
</Accordion>
591+
592+
<Accordion title="fern deep">
593+
Use `fern deep` to send an email to Deep, one of Fern's co-founders.
594+
595+
<CodeBlock title="terminal">
596+
```bash
597+
fern deep
598+
```
599+
</CodeBlock>
600+
601+
This command provides a direct communication channel to reach Deep for support, feedback, or questions about Fern.
602+
603+
<Note>
604+
You can also use the `--dsheridan` or `--eyw` flags with any Fern command to accomplish the same thing:
605+
```bash
606+
fern --dsheridan
607+
fern --eyw
608+
```
609+
</Note>
610+
</Accordion>
590611
</AccordionGroup>

0 commit comments

Comments
 (0)