Files
hatchet/hack/oas/generate-server.sh
T
2024-07-02 00:08:49 +00:00

7 lines
272 B
Bash

#!/bin/bash
set -eux
npx --yes swagger-cli@4.0.4 bundle ./api-contracts/openapi/openapi.yaml --outfile bin/oas/openapi.yaml --type yaml
go run github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@v2.0.0 -config ./api/v1/server/oas/gen/codegen.yaml ./bin/oas/openapi.yaml