Heroku Pipelines Plugin for Heroku Toolbelt
Перейти к файлу
Raúl Barroso d3aeb712a4
Update changelog
cc @jdxcode
2018-04-18 12:19:32 +02:00
.circleci Fix the circle ci config. 2018-03-26 15:12:42 +01:00
.github Add pull request template 2017-07-21 08:25:57 +02:00
commands switch to http-call from got 2018-04-17 15:45:31 -07:00
lib switch to http-call from got 2018-04-17 15:45:31 -07:00
test switch to http-call from got 2018-04-17 15:45:31 -07:00
.gitignore Add oclif/plugin-legacy as a dependency 2018-02-20 10:56:30 +01:00
CHANGELOG.md Update changelog 2018-04-18 12:19:32 +02:00
README.md Add codecov coverage 2017-02-01 09:03:53 -08:00
index.js Remove .circle-ci 2018-03-23 15:13:09 +00:00
package.json v2.5.4 2018-04-18 12:18:35 +02:00
yarn.lock switch to http-call from got 2018-04-17 15:45:31 -07:00

README.md

Pipelines Plugin for Heroku Toolbelt

js-standard-style

npmversion 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.