-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
[BUG] Custom generator not being recognized by CLI #439
Comments
Any updates on this? I wonder if we could produce a new schema that would accept a
|
Can we get an update on this ? I'm experiencing the same issue. |
Thanks for your feature request. 👍 I'll have a look during the next week. |
kay-schecker
added a commit
that referenced
this issue
Apr 15, 2022
fix(#439): allow custom generator to be passed to the generate command
🎉 This issue has been resolved in version 2.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom generator is not recognized during generation when using
openapitools.json
I installed CLI via:
then I generated successfully API via:
but when I configured my
openapitools.json
like this:and running:
I got
[error] Check the spelling of the generator's name and try again.
I also tried putting
some-custom-generator/build/libs/some-custom-generator-1.0-SNAPSHOT.jar
asgeneratorName
instead ofsome-custom-generator
but it didn't workdoing:
lists my custom generator, at the bottom
The text was updated successfully, but these errors were encountered: