Skip to content
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

Feature request: Document how to know which features are available for create-app command #778

Open
jarl-dk opened this issue Mar 6, 2021 · 0 comments

Comments

@jarl-dk
Copy link

jarl-dk commented Mar 6, 2021

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant