-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add all options to skip some prompts of app generator questions #10482
Comments
I think also supporting skipping questions by providing a default answer would be fantastic for the #9692 issue. As a blueprint developer for example I would like to make the assumption in the blueprint that the app is always a microservice |
Hi @Kerruba, Otherwise, you can add a check to force the user selecting an exact answer. Instead, if you want that it doesn't prompt the application type and the app name, we can add a skip also for these and use the default already set by the app generator ( and that you can override in blueprint as I have said). Do you all agree? |
Hi @Kerruba, |
I'm closing this as #10752 has been merged and it should help |
Overview of the feature request
Hi all wonderful community,
I suggest to support option to skip the questions that we can't override.
For some questions jhipster already provides it (skip-server, skip-client and so on),
but for the i18n there is the parameter without cli settings this.skipI18n.
So we have to provide skipping for:
After in every blueprint the developer can add for default that options.
Motivation for or Use Case
Refers to this comment and #9692 issue.
As is difficult to override or extend the app generator class, is useful to not display the app generator questions that we don't want into the blueprint. Then it's easy to custom the other rest of prompts in every subgenerator to have the full control of blueprint.
Related issues or PR
The nodejs blueprint issue requires it for the question about additional test framework .
The text was updated successfully, but these errors were encountered: