-
-
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
feat(#644): add cli option for openapitools.json #754
feat(#644): add cli option for openapitools.json #754
Conversation
@nicholasphair thanks for the PR. May I know if you've time to perform some tests after we merge this and include it in a release? |
My pleasure @wing328. I'd be happy to test out a new release with my builds. Thank you. |
thanks. just merged it. it should be included in a new release soon. |
Awesome. Thanks again. |
🎉 This PR is included in version 2.13.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
thanks again for the PR. |
@wing328 As a test, I copied an
Hope this helps. |
thanks for testing it. |
@wing328 will be docs updated? |
@thekhegay I wonder if you can help file a PR to update the doc 🙏 |
This PR adds a command line argument,
--openapitools
, that allows a user to provide anopenapitools.json
file from the command line.The current version of the cli hardcodes the location of this file.
Should resolve at least #644.
Disclaimer, I am not a typescript developer and did my best to get a feature I (and others seem to) need :)