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 125 openapi-generator-cli issues
Sort by recently updated
recently updated
newest added

This fixes generated clients being owned by root when using runDocker

Hey, i am curious, is it possible to add ES Modules support to TS/JS generators? Right now it is possible to generate es6 modules, but Node.js recently adopted ES Modules...

Is it necessary to have 15 dependencies? I'm just using typescript-axios, so I'm not sure why nestjs/core needs to be added to my node_modules

bug

As the new axios HttpModules respects the environment variables HTTP_PROXY, HTTPS_PROXY and NO_PROXY, there is no need to configure it explicitly anymore. This fixes issue #390

# 🐛 Bug Report: ### Describe the bug When using latest typescript template with react app, the latest typescript template (6.0.1) has typescript issues, while 6.0.0 was ok. ### Steps...

bug

When I have a `package.json` file like this: ```json { "name": "example", "version": "1.0.0", "description": "example", "keywords": [], "license": "MIT", "main": "index.js", "scripts": {}, "devDependencies": { "@openapitools/openapi-generator-cli": "2.3.3" } }...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [chalk](https://redirect.github.com/chalk/chalk) | [`4.1.2` -> `5.6.2`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chalk/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chalk/4.1.2/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`7.32.0` -> `8.18.0`](https://renovatebot.com/diffs/npm/eslint/7.32.0/8.18.0) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/OpenAPITools/openapi-generator-cli). ## Config Migration Needed - [ ]...

Running docker containers as root is considered a security issue. Fixes #647.