Skip to content

Instantly share code, notes, and snippets.

@arielvalentin
Created December 21, 2015 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arielvalentin/f7787dcd746cec2ed652 to your computer and use it in GitHub Desktop.
Save arielvalentin/f7787dcd746cec2ed652 to your computer and use it in GitHub Desktop.
Whenever I need to bootstrap a new dev ENV vars based on production
heroku config | grep -iv "Config Vars" | tr ':' '=' | tr -d '[:blank:]' | sed -e 's/production/development/g'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment