You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAPI files are frequently generated from the code, where x-kusk extention information is not available.
Even with the plan-first approach there is usually only one OpenAPI file while multiple testing and production environments exist that have different x-kusk values. Supporting separate OpenAPI file with x-kusk per env is cumbersome during API development.
I'd like to have the documented way to merge vanilla OpenAPI file and file with the x-kusk extention into one that can be fed to Kusk for generation, i.e. there could be one OpenAPI file and multiple (one per env) x-kusk enabled YAML files.
The text was updated successfully, but these errors were encountered:
Describe the enhancement you'd like to see
OpenAPI files are frequently generated from the code, where x-kusk extention information is not available.
Even with the plan-first approach there is usually only one OpenAPI file while multiple testing and production environments exist that have different x-kusk values. Supporting separate OpenAPI file with x-kusk per env is cumbersome during API development.
I'd like to have the documented way to merge vanilla OpenAPI file and file with the x-kusk extention into one that can be fed to Kusk for generation, i.e. there could be one OpenAPI file and multiple (one per env) x-kusk enabled YAML files.
The text was updated successfully, but these errors were encountered: