You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
apache/grails-profiles#5
The text was updated successfully, but these errors were encountered: