(Quick Reference)
                create-form-template
Purpose
The 
create-form-template generates the 
_form.gsp template for a domain class
Examples
grails create-form-template Person
grails create-form-template "*"
Description
Given at least one domain class, this command creates the 
_form.gsp template for it. The command will generate the following files:
Usage:
grails create-form-template [domainClass]
Arguments:
domainClass - Either a domain class name (case-sensitive) without its package or a wildcard (*). If you specify the wildcard the artifacts will be generated for all domain classes.