openapi-generator-cli
openapi-generator-cli copied to clipboard
A node package wrapper for https://github.com/OpenAPITools/openapi-generator
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`7.18.0` -> `8.34.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.18.0/8.34.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nx/eslint](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/eslint)) | [`17.3.2` -> `20.0.3`](https://renovatebot.com/diffs/npm/@nx%2feslint/17.3.2/20.0.3) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/inquirer](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inquirer) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/inquirer)) | [`8.2.11` -> `9.0.8`](https://renovatebot.com/diffs/npm/@types%2finquirer/8.2.11/9.0.8) | [](https://docs.renovatebot.com/merge-confidence/) |...
Hello, this PR should make it easier to use the library with a corporate maven repository. The PR addresses: * https://github.com/OpenAPITools/openapi-generator-cli/issues/835). * https://github.com/OpenAPITools/openapi-generator-cli/issues/652 @wing328 or @kay-schecker is it possible for...
Hello, I am using the openapi-generator-cli 2.14.0 with a private maven repository (requiring authentication). Atm using this cli with this setup involves a few steps and makes it feel a...
Just use `process.cwd()`... So the behavior is consistent and doesn't change across operating systems. Fix #690
I was just wondering if it might be an option to at least allow any bugfix version in the dependencies you have specified. Currently the dependencies are completely fixed. And...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nx/eslint](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/eslint)) | [`20.8.2` -> `21.2.1`](https://renovatebot.com/diffs/npm/@nx%2feslint/20.8.2/21.2.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
This commit allows to use environment variables in the openapitools.json configuration file with the syntax `${env.}`. This address issue: https://github.com/OpenAPITools/openapi-generator-cli/issues/860