🐛 Bug Report:
Describe the bug
I would like to use the 6.0.0-SNAPSHOT version of the OpenAPI generator package while using the openapitools.json configuration file.
Steps to Reproduce
Steps to reproduce the behavior:
- Adjust the
openapitools.json configuration file to use the snapshot version:
{ "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json", "spaces": 2, "generator-cli": { "version": "6.0.0-SNAPSHOT", "generators": { "client": { "generatorName": "typescript-angular", "glob": "openapi.yaml", "output": "src/app/api" } } } }
- Attempt to generate a client using the configuration using
npx openapi-generator-cli generate or whatever current script you have in place.
- View the output in the cli:

- See error
Expected behavior
I hoped that I would be able to use a snapshot version of the openapi-generator library. Unfortunately that does not seem to be the case. Perhaps I need to adjust my configuration, but I can't find the documentation for using snapshot versions, only for creating a snapshot version if my client library.
Operation System (please complete the following information):
- Windows 10 Pro 19042.1526
Package System (please complete the following information):
🐛 Bug Report:
Describe the bug
I would like to use the
6.0.0-SNAPSHOTversion of the OpenAPI generator package while using theopenapitools.jsonconfiguration file.Steps to Reproduce
Steps to reproduce the behavior:
openapitools.jsonconfiguration file to use the snapshot version:{ "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json", "spaces": 2, "generator-cli": { "version": "6.0.0-SNAPSHOT", "generators": { "client": { "generatorName": "typescript-angular", "glob": "openapi.yaml", "output": "src/app/api" } } } }npx openapi-generator-cli generateor whatever current script you have in place.Expected behavior
I hoped that I would be able to use a snapshot version of the
openapi-generatorlibrary. Unfortunately that does not seem to be the case. Perhaps I need to adjust my configuration, but I can't find the documentation for using snapshot versions, only for creating a snapshot version if my client library.Operation System (please complete the following information):
Package System (please complete the following information):