0.0.9-beta.1 • Published 8 years ago
heroku-cli-buildkits v0.0.9-beta.1
Buildkits2 Plugin
Create and publish buildpacks.
Install
$ heroku plugins:install heroku-cli-buildkitsUsage
Create a new buildpack:
$ heroku _buildkits:init my-ruby-buildpackCreate a new Github repo for the project and push your buildpack code to it:
$ git push origin masterRegister your buildpack:
$ heroku _buildkits:register johndoe/rubyCreate a tagged version and push it to Github:
$ git tag v1
$ git push --tagsPublish the tag as a Heroku buildpack:
$ heroku _buildkits:publish johndoe/ruby v1Use the buildpack on an app:
$ cd my-ruby-app
$ heroku create
$ heroku _buildkits:set johndoe/ruby
$ git push heroku master0.0.9-beta.1
8 years ago
0.0.8-beta.3
8 years ago
0.0.8-beta.2
8 years ago
0.0.7
8 years ago
0.0.7-beta.2
8 years ago
0.0.7-beta.1
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago