<!-- Thank you for suggesting an improvement to OpenRewrite! Feel free to delete any sections that don't apply to your request. --> ## 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 ``` bb rewriteRun -Drewrite.activeRecipe=foo.Bar -Drewrite.params.foo.Bar.myParam1=paramValue ``` ## Have you considered any alternatives or workarounds? ## Additional context <!-- Any thoughts that come to mind, or similar items on the backlog already. --> ## Are you interested in [contributing this feature to OpenRewrite](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md#new-features)? Yes.
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.