Skip to content

Commit 5b55d8a

Browse files
committed
Update command from 'fern deep' to 'fern --dsinghvi'
Changed the CLI command syntax to use the flag format 'fern --dsinghvi' instead of the subcommand format 'fern deep'. Updated all references throughout the documentation including the command table, accordion title, usage examples, and code snippets.
1 parent ad0f919 commit 5b55d8a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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 Deep, our co-founder |
17+
| [`fern --dsinghvi`](#fern---dsinghvi) | Send an email to Deep, our co-founder |
1818

1919
## Documentation commands
2020

@@ -589,13 +589,13 @@ 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, one of our co-founders. Whether you have feedback, questions, or just want to say hi, Deep is always happy to hear from the community!
594+
Use `fern --dsinghvi` to send an email directly to Deep, one of our co-founders. Whether you have feedback, questions, or just want to say hi, Deep is always happy to hear from the community!
595595

596596
<CodeBlock title="terminal">
597597
```bash
598-
fern deep [--message <your-message>] [--subject <subject>]
598+
fern --dsinghvi [--message <your-message>] [--subject <subject>]
599599
```
600600
</CodeBlock>
601601

@@ -606,28 +606,28 @@ hideOnThisPage: true
606606
Use `--message` to include a specific message in your email.
607607

608608
```bash
609-
fern deep --message "Love the new SDK generation features!"
609+
fern --dsinghvi --message "Love the new SDK generation features!"
610610
```
611611

612612
### subject
613613

614614
Use `--subject` to set a custom subject line for your email.
615615

616616
```bash
617-
fern deep --subject "Feature Request: GraphQL Support"
617+
fern --dsinghvi --subject "Feature Request: GraphQL Support"
618618
```
619619

620620
### Example usage
621621

622622
```bash
623623
# Open email client
624-
fern deep
624+
fern --dsinghvi
625625
626626
# Send a quick message
627-
fern deep --message "Thanks for building Fern!"
627+
fern --dsinghvi --message "Thanks for building Fern!"
628628
629629
# Send detailed feedback
630-
fern deep --subject "Feedback on TypeScript SDK" --message "The generated types are excellent!"
630+
fern --dsinghvi --subject "Feedback on TypeScript SDK" --message "The generated types are excellent!"
631631
```
632632

633633
<Tip>

0 commit comments

Comments
 (0)