What's New
CreateYamlFilesByPattern: overwriteExisting support
Added an optional overwriteExisting parameter (default: false) to CreateYamlFilesByPattern, mirroring the behaviour of the native OpenRewrite CreateYamlFile recipe.
- When
false(default): existing files are left untouched — same behaviour as previous versions - When
true: existing files matching the pattern have their content replaced withfileContents