We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce friction to using OpenRewrite
https://docs.openrewrite.org/running-recipes/running-rewrite-on-a-gradle-project-without-modifying-the-build#step-3-optional-create-a-custom-declarative-recipe
Right now the only way to pass parameters to recipes is creating a custom recipe. It would be great to have a command line mechanism similar to
bb rewriteRun -Drewrite.activeRecipe=foo.Bar -Drewrite.params.foo.Bar.myParam1=paramValue
Yes.
The text was updated successfully, but these errors were encountered:
Thanks for the offer to help @blipper ! For context: we added similar support for the Maven plugin in openrewrite/rewrite-maven-plugin#816, as documented. Ideally these implementations look alike as much as possible.
Sorry, something went wrong.
No branches or pull requests
What problem are you trying to solve?
Reduce friction to using OpenRewrite
Describe the solution you'd like
https://docs.openrewrite.org/running-recipes/running-rewrite-on-a-gradle-project-without-modifying-the-build#step-3-optional-create-a-custom-declarative-recipe
Right now the only way to pass parameters to recipes is creating a custom recipe. It would be great to have a command line mechanism similar to
Have you considered any alternatives or workarounds?
Additional context
Are you interested in contributing this feature to OpenRewrite?
Yes.
The text was updated successfully, but these errors were encountered: