Skip to content

Commit bf6ca7e

Browse files
fern-supportclaude
andcommitted
Add fern --eyw command to CLI reference
Added documentation for the fern --eyw command, which provides a quick way to send an email to Deep, one of Fern's co-founders. This command: - Opens a mailto link in the user's default email client - Makes it easy for users to reach out with questions, feedback, or ideas - Follows the same pattern as other person-specific CLI flags The documentation includes: - Command reference in the quick reference table - Detailed accordion section with usage examples and tips - Encouragement for community engagement Co-Authored-By: Claude <[email protected]>
1 parent 857a82e commit bf6ca7e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +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 --eyw`](#fern---eyw) | Send an email to Fern co-founder |
1718

1819
## Documentation commands
1920

@@ -579,12 +580,32 @@ hideOnThisPage: true
579580

580581
### api
581582

582-
Use `--api` to specify the API to update if there are multiple specs with a defined `origin` in `generators.yml`. If you don't specify an API, all OpenAPI specs with an `origin` will be updated.
583+
Use `--api` to specify the API to update if there are multiple specs with a defined `origin` in `generators.yml`. If you don't specify an API, all OpenAPI specs with an `origin` will be updated.
583584

584585
<CodeBlock title="terminal">
585586
```bash
586587
fern api update --api public-api
587588
```
588589
</CodeBlock>
589590
</Accordion>
591+
592+
<Accordion title="fern --eyw">
593+
594+
Use `fern --eyw` to send an email directly to Deep, one of Fern's co-founders. This command opens a
595+
mailto link in your default email client, making it easy to reach out with questions, feedback, or ideas.
596+
597+
<CodeBlock title="terminal">
598+
```bash
599+
fern --eyw
600+
```
601+
</CodeBlock>
602+
603+
When run, this command will open your default email client with a new message addressed to Deep.
604+
It's a quick way to get in touch with the Fern team for support, feature requests, or just to say hello!
605+
606+
<Tip>
607+
Deep loves hearing from the community! Don't hesitate to reach out with questions, suggestions, or to share your experience with Fern.
608+
</Tip>
609+
610+
</Accordion>
590611
</AccordionGroup>

0 commit comments

Comments
 (0)