Skip to content

Files

Latest commit

c9038b2 · May 19, 2025

History

History

scripts

README.md

Scripts

General guidelines

Scripts in this folder are meant to be run from the repository base folder. Example:

./scripts/generate_openapi.sh

Scripts list

generate_openapi.sh

Use this script to generate an updated OpenAPI specification file for the documentation application and the SDKs, and also to build the SDKs autogenerated code, for any supported language by Fern.

You require to install Fern to run this script.

See:

start_openapi_server.sh

Use this script to start a local server with an updated OpenAPI specification file, to be able to test the specification quickly.

Open the server in your browser at http://localhost:3003/

See: