Skip to content

Commit 645bea0

Browse files
committed
Update command from fern deep to fern --dsinghvi
Changed the command syntax from `fern deep` to `fern --dsinghvi` as a global flag option. Updated all references and examples throughout the documentation to reflect this change. Changes: - Updated command table entry from `fern deep` to `fern --dsinghvi` - Updated accordion title and all command examples - Clarified that additional options can be passed alongside --dsinghvi
1 parent bd2d358 commit 645bea0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 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) | Email our co-founder, Deep |
17+
| [`fern --dsinghvi`](#fern---dsinghvi) | Email our co-founder, Deep |
1818

1919
## Documentation commands
2020

@@ -589,36 +589,36 @@ 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, our co-founder. This command is useful when you need assistance, have feedback, or want to reach out to the Fern team.
594+
Use `fern --dsinghvi` to send an email directly to Deep, our co-founder. This command is useful when you need assistance, have feedback, or want to reach out to the Fern team.
595595

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

602-
When run without options, the command will open an interactive prompt to compose your message.
602+
When run without additional options, the command will open an interactive prompt to compose your message.
603603

604604
### subject
605605

606606
Use `--subject` to specify the email subject line.
607607

608608
```bash
609-
fern deep --subject "Question about SDK generation"
609+
fern --dsinghvi --subject "Question about SDK generation"
610610
```
611611

612612
### message
613613

614614
Use `--message` to include the email body directly in the command.
615615

616616
```bash
617-
fern deep --subject "Feature request" --message "Would love to see support for..."
617+
fern --dsinghvi --subject "Feature request" --message "Would love to see support for..."
618618
```
619619

620620
<Note>
621-
You can also run `fern deep` without any options to compose your email interactively.
621+
You can also run `fern --dsinghvi` without any additional options to compose your email interactively.
622622
</Note>
623623

624624
</Accordion>

0 commit comments

Comments
 (0)