openapi-generator-cli
openapi-generator-cli copied to clipboard
A node package wrapper for https://github.com/OpenAPITools/openapi-generator
# Motivation HTTPS for corporate proxies doesn't work after https://github.com/OpenAPITools/openapi-generator-cli/pull/651 because it assumed that `@nestjs/axios` took care of correctly extracting proxy configuration from the environment variables. In reality, axios proxy...
# š Bug Report: ### Describe the bug I am running the CLI as part of a Bitbucket pipeline in a Docker container. The v7.2.0 update broke our pipeline because...
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://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`6.19.0` -> `6.21.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.19.0/6.21.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.8.8` -> `3.2.5`](https://renovatebot.com/diffs/npm/prettier/2.8.8/3.2.5) |...
Iām using openapi-generator-cli to generate TypeScript types from an openapi.json file. My API has an operation that can return two different status codes (200 and 201), each with a different...
# ā ļø Important Notice ### Please differentiate the bug ---------------------------------------------------------------------------- # š Bug Report: ### Describe the bug When we run the generator for the first time expecting to get...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest-environment-jsdom](https://togithub.com/jestjs/jest) ([source](https://togithub.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom)) | [`28.1.3` -> `29.7.0`](https://renovatebot.com/diffs/npm/jest-environment-jsdom/28.1.3/29.7.0) |...
# ā ļø Important Notice ### Please differentiate the bug This repository is not responsible for the actual code generation. If you have problems with the code generation, please open the...
Hi! This PR adds an environment variable override for the storageDir config. This allows easier caching of the jar file in during ci or similar. This is my first PR...