Socket
Socket
Sign inDemoInstall

heroku-pipelines

Package Overview
Dependencies
13
Maintainers
46
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    heroku-pipelines

pipelines heroku plugin


Version published
Weekly downloads
76
increased by985.71%
Maintainers
46
Install size
18.7 MB
Created
Weekly downloads
 

Changelog

Source

[2.5.1] 2018-02-13

  • Fixes https://github.com/heroku/heroku-pipelines/issues/80.
  • Removes requirement for CI flag (Heroku CI has been GA for some time). This fix actually allows everybody to configure their pipelines with Heroku CI now.
  • Fixes an issue when not sending arguments in the pipeline:setup command.

Readme

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
  1. Release a new version of this npm package.
$ npm version patch/minor/major
  1. Open a new pr in https://github.com/heroku/cli/blob/master/package.json, updating to the appropriate heroku-pipelines version.

Keywords

FAQs

Last updated on 13 Feb 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