Skip to content

Instantly share code, notes, and snippets.

@commuterjoy
Last active August 29, 2015 14:15
Show Gist options
  • Save commuterjoy/2154926984a5afaf8ec4 to your computer and use it in GitHub Desktop.
Save commuterjoy/2154926984a5afaf8ec4 to your computer and use it in GitHub Desktop.
Heroku hacks
# join all the ft-next projects
heroku list --org financial-times --all | \
grep ft-next | \
cut -d ' ' -f 1 | \
xargs -I % echo "heroku join --app %" | \
/bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment