openapi-generator-cli
openapi-generator-cli copied to clipboard
A node package wrapper for https://github.com/OpenAPITools/openapi-generator
[](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` | ---...
[](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...
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":...
In my project, I'm building two middlewares, for that, I have created two different configs files  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...
### 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...
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...