jamesfredley commented on code in PR #14809: URL: https://github.com/apache/grails-core/pull/14809#discussion_r2145862918
########## 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: Instead of 'Grails Forge toolchain', let's use 'Grails Forge Shell' since toolchain has a specific meaning in Gradle. -- 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