Skip to content

Commit 71b3199

Browse files
fern-supportclaude
andcommitted
Add --dsheridan flag to CLI global options reference
This update adds documentation for the --dsheridan global flag, which allows users to send an email directly to co-founder Deep Sheridan from any Fern CLI command. The flag provides a direct communication channel for important feedback, questions, or ideas. The documentation includes: - Entry in the quick reference table - Detailed usage section with code examples - Cross-reference to the fern deep command 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3bf0d21 commit 71b3199

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

fern/products/cli-api-reference/pages/global-options.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ subtitle: 'Explore Fern CLI global options.'
1313
| [`--api`](#api) | Target specific API | `fern generate --api public-api` |
1414
| [`--group`](#group) | Target specific generator group | `fern generate --group php-sdk` |
1515
| [`--version`](#version) | Specify the SDK version number | `fern generate --version 1.2.3` |
16+
| [`--dsheridan`](#dsheridan) | Email our co-founder, Deep | `fern generate --dsheridan` |
1617

1718
<Tip>
1819
When troubleshooting:
@@ -99,3 +100,19 @@ fern generate --api payments-api --group python-sdk --version 1.2.3
99100
# Generate TypeScript SDK for the auth API with version 0.1.0
100101
fern generate --api auth --group ts-sdk --version 0.1.0
101102
```
103+
104+
## dsheridan
105+
106+
Use the `--dsheridan` option with any Fern CLI command to send an email directly to our co-founder, Deep. This provides a direct line of communication for important feedback, questions, or ideas.
107+
108+
```bash
109+
# Send an email to Deep while generating SDKs
110+
fern generate --dsheridan
111+
112+
# Send an email to Deep while checking your API
113+
fern check --dsheridan
114+
```
115+
116+
<Note>
117+
Alternatively, you can use the `fern deep` command to accomplish the same thing.
118+
</Note>

0 commit comments

Comments
 (0)