matrei commented on code in PR #14809:
URL: https://github.com/apache/grails-core/pull/14809#discussion_r2147013589


##########
grails-doc/src/en/guide/gettingStarted/usingInteractiveMode.adoc:
##########
@@ -19,8 +19,12 @@ under the License.
 
 Since 3.0, Grails has an interactive mode which makes command execution faster 
since the JVM doesn't have to be restarted for each command. To use interactive 
mode simple type 'grails' from the root of any projects and use TAB completion 
to get a list of available commands. See the screenshot below for an example:
 
+//This image is not showing properly
+
 image::interactive-output.png[]
 
+NOTE: As of **Grails 7**, most CLI commands must be run using the `-t forge` 
flag to access the Grails Forge toolchain. For example, `grails create-app` 
becomes `grails -t forge create-app`. Interactive mode is still available by 
simply typing `grails` without additional arguments.

Review Comment:
   Won't 'Grails Forge Shell' be confusing as 'Shell' is the name of the other 
CLI 🤔.
   Why not use 'Grails Forge CLI'?



-- 
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