You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: fern/products/cli-api-reference/pages/commands.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ hideOnThisPage: true
14
14
|[`fern logout`](#fern-logout)| Log out of the Fern CLI |
15
15
|[`fern export`](#fern-export)| Export an OpenAPI spec for your API |
16
16
|[`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 |
18
18
19
19
## Documentation commands
20
20
@@ -589,36 +589,36 @@ hideOnThisPage: true
589
589
</CodeBlock>
590
590
</Accordion>
591
591
592
-
<Accordion title="fern deep">
592
+
<Accordion title="fern --dsinghvi">
593
593
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.
595
595
596
596
<CodeBlock title="terminal">
597
597
```bash
598
-
fern deep [--subject <subject>] [--message <message>]
0 commit comments