@heroku-cli/plugin-buildpack-registry
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Buildpack Registry Plugin

Create and publish buildpacks.

Install

$ heroku plugins:install buildpack-registry

Local dev

First uninstall existing plugin:

$ heroku plugins:uninstall buildpack-registry

Then link the local directory:

$ heroku plugins:link
heroku: linking plugin plugin-buildpack-registry... done

Usage

Create a new buildpack:

$ heroku buildpacks:init my-ruby-buildpack

Create a new Github repo for the project and push your buildpack code to it:

$ git push origin master

Register your buildpack:

$ heroku buildpacks:register johndoe/ruby

Create a tagged version and push it to Github:

$ git tag v1
$ git push --tags

Publish the tag as a Heroku buildpack:

$ heroku buildpacks:publish johndoe/ruby v1

Use the buildpack on an app:

$ cd my-ruby-app
$ heroku create
$ heroku buildpacks:set johndoe/ruby
$ git push heroku master

Readme

Keywords

Package Sidebar

Install

npm i @heroku-cli/plugin-buildpack-registry

Weekly Downloads

128

Version

1.0.1

License

MIT

Unpacked Size

16.2 kB

Total Files

15

Last publish

Collaborators

  • sbosio_sf
  • hillzbot2000
  • kdreyeroren
  • beanieboi
  • beckychen
  • xx-sfdc-npm
  • kpremkumar
  • abhinavkoul
  • daniel.bright
  • justinwilaby-sf
  • cv88
  • jlopezdan
  • jmonreal
  • jondaniel-sfdc
  • dhagberg-sf
  • jmorrell-sfdc
  • elzoona
  • cmarcojos
  • gkommineni
  • vlazuka
  • nlanatta
  • lucaszhou
  • mars
  • mimen
  • wchrisjohnson
  • cbaxtersf
  • heroku-front-end
  • bsperlingsf
  • zli-sf
  • 7ftz
  • joanneyeung
  • montes_heroku
  • jwadsworthsf
  • jheikes
  • lmckenzie
  • sarassassin
  • pfuente
  • reidmix
  • mbuschheroku
  • k.plenty
  • eblack
  • sheax0r
  • k80bowman
  • rdagg-hero
  • grundy.g
  • robinson.m
  • tcareysmith-sfdc
  • ptemporini
  • paulaprado18
  • harish.457
  • ntonollier