Closed comradefuzz closed 4 years ago
Trying to replace envs in all YAML files in directory go-replace --mode=template --path=./k8s/ --path-pattern='*.yaml' . But can't find any reasonable way to exclude nested directories. How can I process only first level of selected path?
go-replace --mode=template --path=./k8s/ --path-pattern='*.yaml'
Sorry, regexp magic solves this.
Trying to replace envs in all YAML files in directory
go-replace --mode=template --path=./k8s/ --path-pattern='*.yaml'
. But can't find any reasonable way to exclude nested directories. How can I process only first level of selected path?