fern-api / fern

Input OpenAPI. Output SDKs and Docs.
https://buildwithfern.com
Apache License 2.0
2.68k stars 152 forks source link

feat(cli): fern check now confirms IR version is compatible between generator and cli #4629

Closed armandobelardo closed 2 months ago

armandobelardo commented 2 months ago

Fixes FER-3011

This PR introduces a new feature to the Fern CLI, which checks that the generator versions you are running are compatible with your Fern CLI version. It also adds availability and display-names to discriminated union values, allowing users to mark their union values in their docs.

The PR also includes the following changes: