exec-buildpack

by heroku

README.md

Heroku Exec Buildpack

This is a Heroku Buildpack that works with the Heroku Exec feature.

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/heroku/exec-buildpack.git

For existing applications:

$ heroku buildpacks:set https://github.com/heroku/exec-buildpack.git -a YOUR_APP_NAME