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

Commits on Dec 6, 2019

  1. Note on using grails list-profiles

    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.
    travy authored Dec 6, 2019
    Configuration menu
    Copy the full SHA
    6f35d00 View commit details
    Browse the repository at this point in the history
  2. Added User Configs

    Added my user configs to pass CI.
    travy committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    305a9cd View commit details
    Browse the repository at this point in the history