openapi-generator-cli icon indicating copy to clipboard operation
openapi-generator-cli copied to clipboard

A node package wrapper for https://github.com/OpenAPITools/openapi-generator

Results 114 openapi-generator-cli issues
Sort by recently updated
recently updated
newest added

# 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...

bug

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

bug

# āš ļø Important Notice ### Please differentiate the bug ---------------------------------------------------------------------------- # šŸ› Bug Report: ### Describe the bug When we run the generator for the first time expecting to get...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

bug

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...