Bulk Find and Replace in multiple files in multiple Git Repositories

Ömer KARABACAK
ITNEXT
Published in
2 min readJan 2, 2020

--

Last week, I have needed to change some configs in our AWS CloudFormation templates in multiple Git repositories for multiple environments. (Sometimes we need to do similar changes like that.) So I created a simple Python script for making these changes.

--

--