shell
Purpose
Starts an instance of the Groovy terminal shell with an initialized Grails runtime.Examples
Consola
Propósito
Inicia una instancia del terminal de consola de Groovy en tiempo de ejecución.grails shell
Description
Usage:Descripción
Uso:grails [environment]* shell
Starts the Grails shell, which is an extended version of the regular Groovy shell. Within the binding of the shell there are a couple of useful variables:
Inicia la consola de Grails, que es una versión ampliada de la consola normal de Groovy. Dentro del ámbito de la consola hay un par de variable útiles:Fired Events:
ctx- The Spring ApplicationContext instancegrailsApplication- The GrailsApplication instance
StatusFinal- When the shell is loaded
StatusFinal- Cuando se carga la consola
Groovy Shell (1.8.0, JVM: 1.6.0_26)
Type 'help' or 'h' for help.
-----------------------------------
groovy:000>
