This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch grails-forge-cli-yml in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 35bf8dcbc4c173fa6e6af061648ff5d60be3c891 Author: James Fredley <[email protected]> AuthorDate: Sat Apr 19 19:10:05 2025 -0400 Update documentation for grails-forge-cli.yml and grails-cli.yml --- grails-doc/src/en/guide/commandLine.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/grails-doc/src/en/guide/commandLine.adoc b/grails-doc/src/en/guide/commandLine.adoc index 6c395b2f5b..992e4c14f4 100644 --- a/grails-doc/src/en/guide/commandLine.adoc +++ b/grails-doc/src/en/guide/commandLine.adoc @@ -132,9 +132,11 @@ Once the Grails CLI has been successfully installed, you can activate it using t grails create-app myapp ---- -A Grails framework CLI project is recognizable by the presence of the "grails-cli.yml" file, which is automatically generated at the project's root if it was created using the CLI. This file contains information about the project's profile, default package, and other variables. +A Grails framework CLI project is recognizable by the presence of the "grails-forge-cli.yml" file, which is automatically generated at the project's root if it was created using the CLI. This file contains information about the project's profile, default package, and other variables. -Here is an example of a "grails-cli.yml" configuration for a default Grails web application: +The file was previously "grails-cli.yml", and that filename is backwards compatible for Grails Forge CLI. + +Here is an example of a "grails-forge-cli.yml" configuration for a default Grails web application: [source,yaml] ---- @@ -172,7 +174,7 @@ features: - yaml ---- -This "grails-cli.yml" configuration sets the default values for various aspects of the Grails web application, including the application type, default package, test framework, source language, build tool, GORM implementation, servlet implementation, and a list of enabled features. +This "grails-forge-cli.yml" configuration sets the default values for various aspects of the Grails web application, including the application type, default package, test framework, source language, build tool, GORM implementation, servlet implementation, and a list of enabled features. === Grails Default Package Configuration
