All Projects → heroku → heroku-buildkits

heroku / heroku-buildkits

Licence: other
See https://github.com/heroku/plugin-buildpack-registry instead

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

heroku-buildkits CircleCI

Publish and consume buildkits on Heroku.

Installation

$ heroku plugins:install heroku-buildkits

Buildkit Maintainers

Publish a buildkit

$ cd ~/awesomepack
$ heroku buildkits:publish mycorp/awesomepack

Revisions

$ heroku buildkits:revisions mycorp/awesomepack
=== Revisions
3   2012/06/29 13:45:33
2   2012/06/29 13:44:16
1   2012/06/28 17:23:06

$ heroku buildkits:rollback mycorp/awesomepack 2
Rolling back mycorp/awesomepack buildkit... Rolled back to 2 as revision 4
done

Buildkit Users

The buildkits:set command will configure an app to use a given buildkit.

$ heroku buildkits:set kr/inline -a myapp
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].