-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How to provide a path to openapitools.json? #644
[Question] How to provide a path to openapitools.json? #644
Comments
Hi @yurakhomitsky , did you find an answer for that? |
Is there any update on this? |
@skopz356 @jcolladosp I did not find a solution. I have tried providing a path to config using "-c" property but no luck. The other option could be the following: is to move all the generators into a single config and then switch version in the npm command
|
Same issue here, when i provide I'd like to execute command from root and configuration have in subfolder. I'm using NX and my configuration is related to one specific module |
Maybe you could go ahead and create bug/feature. I dont think any of the developers have looked at my question |
@kay-schecker, @wing328 any ideas? |
instead of |
Worked for me too! |
In my project, I'm building two middlewares, for that, I have created two different configs files
To build middlewares the
openapitools.json
configs are being copied, built, and removed one by one.What I'm trying to do is to create an npm command that will build middlewares with the provided path to the
openapitools.json
Is it possible to provide a path to the
openapitools.json
?The text was updated successfully, but these errors were encountered: