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

Note on using grails list-profiles #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

travy
Copy link

@travy travy commented Dec 6, 2019

I've added a note on the need to call grails list-profiles from outside of the newly created Grails project for clarity.

I like to go through the guides listed on the site from time to time as a refresher as I don't use Grails day-to-day, and always find myself confused when I run grails list-profiles and receive the following error message:

| Error Command not found list-profiles
Did you mean: list-plugins or test or test-app?

The error occurs because profiles are really only needed when creating new Grails projects and can't be listed from within a Grails directory. I feel that adding a note on this would help prevent new users from becoming confused if they see the error I've listed above.

I've added a note on the need to call `grails list-profiles` from outside of the newly created Grails project for clarity.  

I like to go through the guides listed on the site from time to time as a refresher as I don't use Grails day-to-day, and always find myself confused when I run `grails list-profiles`  and receive the following error message:

```bash
| Error Command not found list-profiles
Did you mean: list-plugins or test or test-app?
```
The error occurs because profiles are really only needed when creating new Grails projects and can't be listed from within a Grails directory.  I feel that adding a note on this would help prevent new users from becoming confused if they see the error I've listed above.
Added my user configs to pass CI.
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

Successfully merging this pull request may close these issues.

1 participant