Does Grails 6 no longer support creating profiles? I downloaded grails cli 6.0.0 and 6.2.0. When running
$ grails create-profile exampleProject
the command is not recognized. It is also not listed in the list of commands under $ grails --help
That is odd because the official documentation shows it as a command in version 6.0. What is supposed to replace profiles if they are no longer supported?
https://docs.grails.org/6.0.0/guide/profiles.html
Tried downloading grails cli versions 6.0.0 and 6.2.0.