jamesfredley opened a new issue, #14081: URL: https://github.com/apache/grails-core/issues/14081
Attempt to make profile optional for the Grails-Shell CLI. grails-forge-cli is the modern way to generate Grails applications. Generating applications with grails-shell-cli and profiles was brought back to support a more gradual transition. grails-shell-cli does far more than application generation and that other 90% will continue to be important. Grails-Shell CLI can be updated to execute Application Commands without profiles, so that profiles are only used for for the create-* commands. Profiles are now a redundant burden that is difficult to keep up to date and consistent with Forge, because they use total different technology. If Forge and Shell can support same template engine and share the same skeleton templates to generate the projects, so we can provide both of them. Migrate Groovy script commands from profiles to grails-shell-cli so they can be used without the Profile. Use Groovy Templates as the command templates. https://github.com/apache/grails-profiles/issues/5 -- 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]
