link: https://api-doc.qovery.com
To run the openapi generator locally, you can do i.e for Rust
You will have the sdk in the path out/qovery-client-rust
openapi-generator-cli generate -g rust \
-i openapi.yaml \
-o out/qovery-client-rust \
-c generator/configs/rust.yaml
./generator/post_generation_scripts/rust.sh