OpenAPITools / OpenAPITools/openapi-generator
[BUG] Description Found Unexpected parameter
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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