4.1 Modo interactivo - Reference Documentation
Authors: Graeme Rocher, Peter Ledbrook, Marc Palmer, Jeff Brown, Luke Daley, Burt Beckwith
Version: null
4.1 Modo interactivo
Interactive mode is the a feature of the Grails command line which keeps the JVM running and allows for quicker execution of commands. To activate interactive mode type 'grails' at the command line and then use TAB completion to get a list of commands:
If you need to open a file whilst within interactive mode you can use the
TAB completion also works for class names after the
If you need to run an external process whilst interactive mode is running you can do so by starting the command with a !:
El modo interactivo es una característica de la línea de comandos Grails que mantiene la JVM funcionando y permite ejecutar comandos más rápidamente. Para activar el modo interactivo escriba "grails" en la línea de comandos y después use el tabulador para obtener una lista de comandos:
If you need to open a file whilst within interactive mode you can use the open command which will TAB complete file paths:
TAB completion also works for class names after the create-* commands:
If you need to run an external process whilst interactive mode is running you can do so by starting the command with a !:
Si necesita abrir un archivo cuando esté en modo interactivo se puede utilizar el comando open usando el tabulador para completar las rutas de archivos:
El tabulador también funciona para las clases después del comando create-* :
Si necesita ejecutar un proceso externo, cuando esté en el modo interactivo, puede hacerlo a partir del comando con un !

