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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...

# ⚠️ 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. When using config via `openapitools.json`, the documentation states that placeholders are in use, e.g for. `cwd` and `name`: ``` { "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json", "spaces": 2, "generator-cli": { "version": "5.1.1", "generators":...

bug

In my project, I'm building two middlewares, for that, I have created two different configs files ![image](https://user-images.githubusercontent.com/54478076/163796966-952cec97-84ef-4bed-b8c3-072e716e0d4e.png) To build middlewares the `openapitools.json` configs are being copied, built, and removed one...

# 🐛 Bug Report: ### Describe the bug When using `inputSpec` to use an online yaml file `glob` is still required, can't be empty and has to point at an...

bug

### Description I think the generator with name: "typescript-angular" ignores Config-Properties from included shared Yaml-File when Batch-Mode from openapi-generator-cli is used. See Batch-Mode usage: https://openapi-generator.tech/docs/usage/#batch For example property: "npmVersion" was...

bug

Currently it is possible to specify `downloadUrl` and `queryUrl` in the `repository` configuration block if a private repository should be used: ``` json { "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", "spaces": 2, "generator-cli": {...

When running `openapi-generator-cli generate` with yarn (with the below defined script from package.json) it will ignore my `openapitools.json`, but it works if npm run is used instead. The effect of...

Using version 2.3.5 of openapi-generator-cli in the Node environment, I am getting the error shown below. Googling, I found bug #130 in this issue database. This issue states that a...

bug