'Grails shell' 无法在 Grails.3.0.0.M1 上运行

'Grails shell' not working on Grails.3.0.0.M1

遵循官方文档的说明: http://grails.github.io/grails-doc/latest/ref/Command%20Line/shell.html

命令:

grails shell

Grails 3.0.0.M1 项目不存在。

知道为什么吗?

截至目前 shell 根本没有实现。文档引用了 2.4 中的很多内容,而这些内容可能不会(甚至永远不会)出现在 3.0 中。

您现在可以使用 console。它(或多或少)是 shell using swing.

不要忘记:3.0.0.M1 现在只是一个里程碑。远未准备好或完成生产。