Open
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.