Skip to content

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.

travy added 2 commits December 6, 2019 12:18
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