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
Added documentation for the 'fern --dsheridan' flag that allows users to send
emails directly to Danny, one of Fern's co-founders. This follows the same
pattern as similar contact commands and includes:
- Command entry in the main commands table
- Complete accordion section with command syntax
- --message, --subject, and --respond_to options documentation
- Multiple usage examples
- Helpful tip encouraging community engagement
Copy file name to clipboardExpand all lines: fern/products/cli-api-reference/pages/commands.mdx
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +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 --dsheridan`](#fern---dsheridan)| Send an email to Danny, our co-founder |
17
18
18
19
## Documentation commands
19
20
@@ -587,4 +588,59 @@ hideOnThisPage: true
587
588
```
588
589
</CodeBlock>
589
590
</Accordion>
591
+
592
+
<Accordion title="fern --dsheridan">
593
+
594
+
Use `fern --dsheridan` to send an email directly to Danny, one of our co-founders. Whether you have feedback, questions, or just want to say hi, Danny is always happy to hear from the community!
0 commit comments