jamesfredley commented on code in PR #14809: URL: https://github.com/apache/grails-core/pull/14809#discussion_r2145786157
########## grails-doc/src/en/guide/REST/angularProfile.adoc: ########## @@ -23,6 +23,17 @@ The biggest change in this profile is that the profile creates a multi project g To get started with the Angular profile, create an application specifying `angular` as the name of the profile: +NOTE: As of **Grails 7**, CLI commands such as `create-app` must include the `-t forge` flag to access the correct Grails Forge toolchain. Review Comment: For this section there are two options, since the we are moving users from the angular profile to the rest-api profile and application type (like profile in forge): grails-shell-cli `grails create-app -profile rest-api my-app` grails-forge-cli `grails -t forge create-restapi my-app` -- 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