Skip to content

Instantly share code, notes, and snippets.

@adambird
Created September 16, 2012 19:35
Show Gist options
  • Save adambird/3734038 to your computer and use it in GitHub Desktop.
Save adambird/3734038 to your computer and use it in GitHub Desktop.
Simple one-liner to pipe out Heroku app config for copying to another app
heroku config --shell | grep '<filtering pattern>' | tr '\n' ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment