Make git changes across many repositories in parallel
CLI tool to make git changes across many repos
microplane$ microplane init --org myorg --repo-regex 'repo-.*' --branch feature-branch$ microplane clone$ microplane plan -b 'sed -i "s/oldtext/newtext/g" file.txt'