How to replace a JSON value with variable using sed, but without forward slash delimiter?
I'm attempting to use the linux command sed to dynamically replace the value of the "branch" property. But, here is the kicker.. I'm using a bash environment variable as the value. The environment variable: export BRANCH_NAME=release/feature-branch Here is my json:…