irllyliketoast opened a new pull request, #14809:
URL: https://github.com/apache/grails-core/pull/14809

   This pull request addresses Issue #14173, which aims to clarify usage of 
`grails` CLI commands now that both CLI shells—`grails-shell-cli` and 
`grails-forge-cli`—are shipped together in Grails 7. The goal was to identify 
all relevant `create-app` and `--java-version` mentions and specify when `-t 
forge` is required for Grails Forge commands.
   
   - Main location updated: Revised the key section that confused users by 
explicitly adding `grails -t forge` where Forge-specific commands are shown.
   - --java-version references: Revised 3 files where this argument was 
mentioned to clarify it is a Forge-only option.
   - create-app mentions: Revised 23 files across the docs to distinguish 
between:
           - grails create-app: default shell (grails-shell-cli)
           - grails -t forge create-app: for Forge-specific options (e.g., 
`--java-version`)
   - In many cases, grails create-app remains correct, as per instructions from 
James Fredley, and was not changed. I only added `-t forge` where Forge command 
flags were present or implied
   - I tried to leave helpful inline comments where changes were made so they 
can be reviewed in context. I can remove them if needed or if they are not up 
to par with Grails guidelines.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to