kuma-gui
kuma-gui copied to clipboard
figure out a way to keep openapi/ts up to date automatically
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
.