Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions fern/products/cli-api-reference/pages/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ hideOnThisPage: true
| [`fern logout`](#fern-logout) | Log out of the Fern CLI |
| [`fern export`](#fern-export) | Export an OpenAPI spec for your API |
| [`fern api update`](#fern-api-update) | Manually update your OpenAPI spec |
| [`fern --dsheridan`](#fern---dsheridan) | Send an email to Danny, our co-founder |

## Documentation commands

Expand Down Expand Up @@ -587,4 +588,59 @@ hideOnThisPage: true
```
</CodeBlock>
</Accordion>

<Accordion title="fern --dsheridan">

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!

<CodeBlock title="terminal">
```bash
fern --dsheridan [--message <your-message>] [--subject <subject>] [--respond_to <email>]
```
</CodeBlock>

When run without options, this command will open your default email client with a pre-addressed message to Danny.

### message

Use `--message` to include a specific message in your email.

```bash
fern --dsheridan --message "Love the new SDK generation features!"
```

### subject

Use `--subject` to set a custom subject line for your email.

```bash
fern --dsheridan --subject "Feature Request: GraphQL Support"
```

### respond_to

Use `--respond_to` to provide your email address so Danny can respond to you.

```bash
fern --dsheridan --respond_to "yourname@example.com"
```

### Example usage

```bash
# Open email client
fern --dsheridan

# Send a quick message
fern --dsheridan --message "Thanks for building Fern!" --respond_to "yourname@example.com"

# Send detailed feedback with all options
fern --dsheridan --subject "Feedback on TypeScript SDK" --message "The generated types are excellent!" --respond_to "yourname@example.com"
```

<Tip>
Danny loves hearing from users! Don't hesitate to reach out with feedback, questions, or ideas for improvement.
</Tip>

</Accordion>
</AccordionGroup>
10 changes: 6 additions & 4 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,11 @@ navigation:
contents:
- page: Overview
path: ./pages/integrations/overview.mdx
- page: Intercom
path: ./pages/integrations/support/intercom.mdx
slug: support/intercom
- section: Support
contents:
- page: Intercom
path: ./pages/integrations/support/intercom.mdx
slug: support/intercom
- page: Google
path: ./pages/integrations/analytics/google.mdx
slug: analytics/google
Expand All @@ -253,7 +255,7 @@ navigation:
slug: analytics/mixpanel
- page: Postman
path: ./pages/integrations/postman.mdx
- page: LaunchDarkly feature flags
- page: LaunchDarkly feature flags
path: ./pages/integrations/feature-flags.mdx
- section: Developer tools
collapsed: true
Expand Down