Should it work or has it been removed?
Here's the commands that fail:
grails create-app my_new_app
cd my_new_app
grails generate-all my_new_app.Book
Results in
Script 'GenerateAll' not found, did you mean:.5
1) CreateFilters
2) CreateController
3) CreateIntegrationTest
4) InstallTemplates
5) CreateApp_
> Please make a selection or enter Q to quit:
This is according to the documentation at http://grails.org/doc/latest/guide/gettingStarted.html#generatingAnApplication
grails -version
Grails version: 2.3.5
grails create-domain-class book
beforegenerate-all
? Simply running compile first gave me the error: "No domain class found for name Book." – Fin