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
If you've found a bug, or have a runnable test that you can't get going then we can have a look, or join our Slack to ask questions.
Beyond that I don't have a lot of time to answer questions in issues here; my gut feeling says you're missing something between groups.members, as members is an array, not a direct property of groups.
With that I hope you don't mind me closing the issue; there's at this moment nothing actionable for us to do in terms of code changes.
What problem are you trying to solve?
In all .yml files, I need to replace two "array" properties ("families" by "groups" and "members" by "users" in the next example).
Can this be achieved using org.openrewrite.yaml.ChangePropertyKey or other standard recipes ?
Sample input and expected output
Sample input:
Expected output:
What I tried
I tried using:
The text was updated successfully, but these errors were encountered: