Is there a way how to specify system property in (already started) grails interactive mode ?
For example I would specify environment in command line:
grails -Dgrails.env=staging run-app
but in interactive mode it is not possible this way (since JVM is already started):
grails
grails> -Dgrails.env=staging run-app