We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://docs.grails.org/latest/ref/Command%20Line/create-app.html the grails command create-app takes an optional flag --features, however there is no list of possible feature to give as argument to --features.
create-app
--features
It would make much sense to have argument --list-features to create-app. Or at least document on https://docs.grails.org/latest/ref/Command%20Line/create-app.html how you can know what features that are available
--list-features
I have later figures out that features are dependent on the profile, and a list of features seem available for a given profile using
grails profile-info <<PROFILE>>
But then at least that should be documented, both on web and in command line help message.
See also grails/grails-core#11751
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to https://docs.grails.org/latest/ref/Command%20Line/create-app.html the grails command
create-app
takes an optional flag--features
, however there is no list of possible feature to give as argument to--features
.It would make much sense to have argument
--list-features
tocreate-app
. Or at least document on https://docs.grails.org/latest/ref/Command%20Line/create-app.html how you can know what features that are availableI have later figures out that features are dependent on the profile, and a list of features seem available for a given profile using
But then at least that should be documented, both on web and in command line help message.
See also grails/grails-core#11751
The text was updated successfully, but these errors were encountered: