Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 562 Bytes

File metadata and controls

26 lines (18 loc) · 562 Bytes

Schematic Fern Configuration

This repository contains your Fern Configuration:

Validating your API Definition

To validate your API, run:

npm install -g fern-api # only required once
fern check

Generating your SDK

To upgrade your SDK, click on Actions and then hit Release Python SDK. Under the hood, our CLI powers this action:

npm install -g fern-api # only required once
fern generate --docs --preview