kuma-gui icon indicating copy to clipboard operation
kuma-gui copied to clipboard

figure out a way to keep openapi/ts up to date automatically

Open johncowen opened this issue 5 months ago • 0 comments

Description

We've recently started using OpenAPI specs to auto generate our TS types.

We've added a make target to generate these for us, whilst this is one command, we have to remember to do this, and we also have to remember to update the upstream repository containing the OpenAPI specs.

Ideally we'd automatically know if the types had changed instead of having to remember to git pull on kumahq/kuma and run make build/types.

johncowen avatar Sep 06 '24 10:09 johncowen