In a unix environment, I want the .grails folder to go somewhere other than the default location, and I want to set this from the command line... I believe the command should be something like:
grails -Duser.home=/x/y/z run-app
but this doesn't seem to be working. What's the correct way to do this?