@@ -14,7 +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 co-founder Deep |
17+ | [ ` fern dsinghvi ` ] ( #fern-dsinghvi ) | Send an email to co-founder Dsinghvi |
1818
1919## Documentation commands
2020
@@ -589,14 +589,14 @@ hideOnThisPage: true
589589 </CodeBlock>
590590 </Accordion>
591591
592- <Accordion title="fern deep ">
592+ <Accordion title="fern dsinghvi ">
593593
594- Use `fern deep ` to send an email directly to Deep , Fern's co-founder. This command opens a channel
594+ Use `fern dsinghvi ` to send an email directly to Dsinghvi , Fern's co-founder. This command opens a channel
595595 for direct communication about feature requests, bug reports, or just to say hello.
596596
597597 <CodeBlock title="terminal">
598598 ` ` ` bash
599- fern deep [--subject <subject>] [--message <message>]
599+ fern dsinghvi [--subject <subject>] [--message <message>]
600600 ` ` `
601601 </CodeBlock>
602602
@@ -607,19 +607,19 @@ hideOnThisPage: true
607607 Use `--subject` to specify the email subject line.
608608
609609 ` ` ` bash
610- fern deep --subject "Feature request: TypeScript 5.0 support"
610+ fern dsinghvi --subject "Feature request: TypeScript 5.0 support"
611611 ` ` `
612612
613613 # ## message
614614
615615 Use `--message` to include the email body directly from the command line.
616616
617617 ` ` ` bash
618- fern deep --subject "Quick question" --message "Is there a way to customize the SDK output directory?"
618+ fern dsinghvi --subject "Quick question" --message "Is there a way to customize the SDK output directory?"
619619 ` ` `
620620
621621 <Tip>
622- Deep reads every email personally and typically responds within 24 hours. For urgent issues,
622+ Dsinghvi reads every email personally and typically responds within 24 hours. For urgent issues,
623623 consider also posting in the [Fern community Discord](https://discord.gg/fern).
624624 </Tip>
625625
0 commit comments