docs
docs copied to clipboard
Remove single quotes when migrating Heroku config
Heroku will wrap some configuration values with single quotes; this uses sed to remove those quotes.
Had a similar issue, great addition!
Any idea if this is compatible across MacOS and Linux? IIRC the sed's are different but that might just be when doing a replace on a file.