OpenAPITools / OpenAPITools/openapi-generator
[REQ] global-property (or equivalent) support for online docker container
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Is your feature request related to a problem? Please describe.
The online container generation seems to be missing the ability to perform selective generation when using the online container.
Describe the solution you'd like
Looking for something similar to the cli option --global-property in which you can generate API and Models only. ex: --global-property=apis,models
Describe alternatives you've considered
Searched all Wiki documentation, existing requests / bug reports and came up empty and seems unsupported at this time.
Searching code, the only option I found that is user overridable is { "options": { "excludeTests": true } } which does remove the "test" projects generation.
If I have missed something, please let me know.
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 tracing online container generation and comparing its user-overridable options with the CLI --global-property behavior. Investigate how the existing excludeTests option is passed through, then define support for selecting APIs and models, such as --global-property=apis,models. Done means the online container accepts this selection and generates only the requested components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, java
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100