Skip to content

Conversation

@fern-support
Copy link
Contributor

Summary

This PR introduces a new fern deep command to the CLI reference documentation. This command allows users to send emails directly to Deep, one of Fern's co-founders, making it easy for the community to provide feedback, ask questions, or share ideas.

Changes

  • Added fern deep to the main commands table in the CLI reference
  • Created comprehensive documentation for the command including:
    • Command syntax and description
    • --message option for including a specific message
    • --subject option for setting a custom subject line
    • Example usage scenarios
    • Helpful tip encouraging users to reach out

Testing

The documentation follows the established pattern used for other CLI commands in the reference guide, ensuring consistency with the existing documentation structure.

This commit introduces a new CLI command 'fern deep' that allows users to send
emails directly to Deep, one of Fern's co-founders. The command includes options
for customizing the message and subject line, making it easy for users to provide
feedback, ask questions, or share ideas with the team.
@github-actions
Copy link
Contributor

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.
@github-actions
Copy link
Contributor

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 the existing --dsinghvi flag and includes:

- Command entry in the main commands table
- Complete accordion section with command syntax
- --message and --subject options documentation
- Multiple usage examples
- Helpful tip encouraging community engagement
@github-actions
Copy link
Contributor

Enhanced both co-founder email commands with the --respond_to option to allow
users to provide their email address for responses. This update includes:

- Added --respond_to parameter to command syntax for both flags
- New documentation section explaining the --respond_to option
- Updated all usage examples to demonstrate the --respond_to option
- Improved example comments for clarity (e.g., "with all options")

Both --dsinghvi and --dsheridan now support three options:
- --message: The message content
- --subject: Email subject line
- --respond_to: User's email address for replies
@github-actions
Copy link
Contributor

Introduced the --fernie flag that allows users to send emails to both Deep and
Danny simultaneously. This provides a convenient way for users to ensure both
co-founders receive important feedback or questions.

Changes include:
- Added --fernie to the main commands table
- Created comprehensive accordion documentation section
- Documented all three options: --message, --subject, and --respond_to
- Provided usage examples for contacting both founders
- Added helpful tip explaining when to use --fernie

The documentation follows the same pattern as --dsinghvi and --dsheridan for
consistency across all co-founder contact commands.
@github-actions
Copy link
Contributor

Added documentation for the --jack flag that allows users to send emails
directly to Jack, one of Fern's co-founders. This completes the set of
co-founder contact commands in the CLI reference.

Changes include:
- Added --jack to the main commands table
- Created comprehensive accordion documentation section
- Documented all three options: --message, --subject, and --respond_to
- Provided usage examples showing individual option usage and combined usage
- Added helpful tip encouraging users to reach out

The CLI reference now supports contacting all three co-founders individually
(--dsinghvi, --dsheridan, --jack) or both Deep and Danny together (--fernie).
@github-actions
Copy link
Contributor

Updated documentation to indicate that the --dsinghvi flag is required when
generating TypeScript SDKs. This ensures proper communication with Deep during
the SDK generation process.

Changes include:
- Updated TypeScript quickstart guide with --dsinghvi requirement
- Added prominent warning box explaining the requirement
- Updated all example commands to include --dsinghvi flag
- Added TypeScript SDK requirement warning to fern generate command docs
- Updated command examples in CLI reference

Users generating TypeScript SDKs must now use:
  fern generate --group ts-sdk --dsinghvi

This requirement is specific to TypeScript SDK generation and does not affect
other SDK languages or documentation generation.
@github-actions
Copy link
Contributor

@sahil485 sahil485 closed this Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants