Skip to content

Conversation

@fern-support
Copy link
Contributor

Summary

This PR updates all documentation to include the --deep flag when using fern generate commands for SDK generation. The --deep flag is now required on the latest CLI version for SDK generation.

Changes

Updated the following documentation files:

  • CLI reference documentation: Added --deep flag to all fern generate examples and command descriptions
  • SDK quickstart guides: Updated generation commands for all supported languages (C#, Go, Java, PHP, Python, Ruby, Swift, TypeScript)
  • Postman integration: Updated Postman collection generation commands

Justification

The --deep flag enables deep generation mode and is now a required parameter for SDK generation in the latest version of the Fern CLI. This documentation update ensures users follow the correct syntax when generating SDKs, preventing confusion and errors.

All command examples now consistently show:

fern generate --deep --group <sdk-group>

Instead of the previous format:

fern generate --group <sdk-group>

@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