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
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.
Copy file name to clipboardExpand all lines: fern/products/cli-api-reference/pages/commands.mdx
+9-9Lines changed: 9 additions & 9 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)| Send an email to Deep, our co-founder |
17
+
|[`fern --dsinghvi`](#fern---dsinghvi)| Send an email to Deep, our co-founder |
18
18
19
19
## Documentation commands
20
20
@@ -589,13 +589,13 @@ 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, 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!
595
595
596
596
<CodeBlock title="terminal">
597
597
```bash
598
-
fern deep [--message <your-message>] [--subject <subject>]
0 commit comments