You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

heroku-pipelines

Package Overview
Dependencies
Maintainers
46
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-pipelines

pipelines heroku plugin

2.5.1
latest
Source
npmnpm
Version published
Weekly downloads
23
-68.49%
Maintainers
46
Weekly downloads
 
Created
Source

Pipelines Plugin for Heroku Toolbelt

js-standard-style

npm
version build status codecov

A Heroku CLI plugin for continuous delivery on Heroku.

This plugin is used to set up a collection of apps sharing a common codebase where the latest slug of one app can be promoted to the app(s) in the following stage. The promotion only copies the upstream build artifact and leaves the downstream app's config vars, add-ons, and Git repo untouched.

How to install this plugin

This plugin is installed by default with the Heroku Toolbelt. You do not need to install it yourself. Just update your Toolbelt and plugins:

$ heroku update

Using Pipelines

https://devcenter.heroku.com/articles/pipelines

Development

First, please read Developing CLI Plugins on Heroku's DevCenter.

Run Tests

$ npm test

Deploy

  • Release a new version of this npm package.
$ npm version patch/minor/major

Keywords

heroku-plugin

FAQs

Package last updated on 13 Feb 2018

Did you know?

Socket

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