OpenAPITools / OpenAPITools/openapi-generator

[BUG] Description Found Unexpected parameter

Open
#10,494 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Issue: Bug
Dominant language
Java
Stars
26.8k
Forks
7.7k
PR merge metrics
PR metrics pending

Description

openapitools.json -
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "5.1.0"
}
}

Description

this is the command which i am running
openapi-generator-cli generate -i openapi.yaml -g typescript-angular -o angularClient --additional-properties=ngVersion=11.0.0 ,npmName=@camelot/integrationAngularClient ,npmVersion=1.1.1 ,withInterfaces=true

The error I am getting
[error] Found unexpected parameters: [npmName=@camelot/integrationAngularClient, npmVersion=1.1.1, withInterfaces=true]

What's wrong with the command

Version on npm package is
2.4.7

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the shown openapi-generator-cli command with openapi.yaml and the openapitools.json configuration. Trace how the CLI parses --additional-properties and verify whether npmName, npmVersion, and withInterfaces are accepted; done means the command's behavior is resolved or its correct usage is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, node.js, typescript
Domain
api, cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.