jamesfredley commented on issue #14918:
URL: https://github.com/apache/grails-core/issues/14918#issuecomment-3086491235

   ```
   grails> help                                                                 
                                                                                
                                                        
   
   Usage (optionals marked with *):'
   grails [environment]* [target] [arguments]*'
   
   
   | Examples:
   $ grails dev run-app
   $ grails create-app books
   
   | Available Commands (type grails help 'command-name' for more info):
   | Command Name                          Command Description
   
----------------------------------------------------------------------------------------------------
   assemble                                Creates a JAR or WAR archive for 
production deployment
   bug-report                              Creates a zip file that can be 
attached to issue reports for the current project
   clean                                   Cleans a Grails application's 
compiled sources
   compile                                 Compiles a Grails application
   console                                 Runs the Grails interactive console
   create-command                          Creates an Application Command
   create-controller                       Creates a controller
   create-domain-class                     Creates a Domain Class
   create-integration-test                 Creates an integration test
   create-interceptor                      Creates an interceptor
   create-scaffold-controller              Creates a scaffolded controller
   create-script                           Creates a Grails script
   create-service                          Creates a Service
   create-taglib                           Creates a Tag Library
   create-unit-test                        Creates a unit test
   dbm-changelog-to-groovy                 Converts a changelog file to a 
Groovy DSL file
   dbm-create-changelog                    Creates an empty changelog file
   dependency-report                       Prints out the Grails application's 
dependencies
   generate-all                            Generates a controller that performs 
CRUD operations and the associated views
   generate-async-controller               Generates an asynchronous controller 
that performs CRUD operations
   generate-controller                     Generates a controller that performs 
CRUD operations
   generate-views                          Generates GSP views for the 
specified domain class
   gradle                                  Allows running of Gradle tasks
   help                                    Prints help information for a 
specific command
   install-templates                       Installs scaffolding templates that 
use f:all to render properties
   list-plugins                            Lists available plugins from the 
Plugin Repository
   open                                    Opens a file in the project
   plugin-info                             Prints information about the given 
plugin
   run-app                                 Runs a Grails application
   run-command                             Executes Grails commands
   run-script                              Executes Groovy scripts in a Grails 
context
   shell                                   Runs the Grails interactive shell
   stats                                   Prints statistics about the project
   stop-app                                Stops the running Grails application
   test-app                                Runs the applications tests
   url-mappings-report                     Prints out a report of the project's 
URL mappings
   
   | Detailed usage with help [command]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to