Created
September 16, 2012 19:35
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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