- Function development guide
- Bridge development guide
- Go client library is in ./core/openapi/goclient-new
- OpenAPI spec is in ./core/openapi
Find other links to developer documentation on our documentation site.
Each release publishes, next to the cub and cub-worker-run binaries:
THIRD_PARTY_LICENSES-cub.txtandTHIRD_PARTY_LICENSES-cub-worker-run.txt: the third-party Go modules linked into each binary, with their license texts.<binary>-<os>-<arch>.spdx.json: an SPDX software bill of materials generated from each published binary.
The release fails if a dependency with a forbidden or restricted (copyleft) license is linked in. The generator is .github/scripts/gen-third-party-licenses.sh.