Search in all branches in the repo
git grep "search_term" $(git branch -a --format "%(refname)")
Sharing Knowledge | System Admin Articles
Search in all branches in the repo
git grep "search_term" $(git branch -a --format "%(refname)")
cat app.json | jq --arg environment "VVPAT" --arg test "0102023" '.myapp.configuration.labels += {environment: $environment, test:$test}' > modified_app.json