Scripts in this folder are meant to be run from the repository base folder. Example:
./scripts/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:
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: