Socket
Socket
Sign inDemoInstall

heroku-buildkits

Package Overview
Dependencies
80
Maintainers
47
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    heroku-buildkits

Heroku CLI plugin to manage Heroku buildkits.


Version published
Weekly downloads
1
decreased by-80%
Maintainers
47
Install size
3.85 MB
Created
Weekly downloads
 

Readme

Source

heroku-buildkits CircleCI

codecov

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

Keywords

FAQs

Last updated on 09 Jun 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc