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
Is your feature request related to a problem? Please describe.
When doing some replacements for projects I want to make the same change to many files. These files have the same name but are listed in separate directories. Instead of having to list each of those replacements it would be nice to just do something like path/to/**/file or path/to/*.ext or path/to/file.*.
Describe the solution you'd like
Using filepath globs would be a nice solution for this.
Describe alternatives you've considered
Listing out a replacement for every filepath...but that can get super tedious and is just waiting for a mistake.
Additional context
Similar to the last issue I opened this is while working with helm charts. I have many Chart.yaml files I want to modify when releasing a change to one of the charts. All the Chart.yaml files have the same basic structure and as such I'd like to be able to give a filepath glob to make a replacement on all of them, if necessary, when releasing a change to one. Given a file structure and a config in changie like the following I'd like it to be able to modify each Chart.yaml:
Is your feature request related to a problem? Please describe.
When doing some replacements for projects I want to make the same change to many files. These files have the same name but are listed in separate directories. Instead of having to list each of those replacements it would be nice to just do something like
path/to/**/file
orpath/to/*.ext
orpath/to/file.*
.Describe the solution you'd like
Using filepath globs would be a nice solution for this.
Describe alternatives you've considered
Listing out a replacement for every filepath...but that can get super tedious and is just waiting for a mistake.
Additional context
Similar to the last issue I opened this is while working with helm charts. I have many Chart.yaml files I want to modify when releasing a change to one of the charts. All the Chart.yaml files have the same basic structure and as such I'd like to be able to give a filepath glob to make a replacement on all of them, if necessary, when releasing a change to one. Given a file structure and a config in changie like the following I'd like it to be able to modify each Chart.yaml:
A config like this should allow me to make changes to any Chart.yaml found in any subdirectory changie is currently working in.
The text was updated successfully, but these errors were encountered: