@natecontrols/balena-staged-releases

2.2.0 • Public • Published

Nate Controls Resin Staged Releases

Derived from: resin.io Staged Releases

A high level NodeJS library that enables staged releases of balena-cloud applications. Made by Carson Schubert at Nate Controls.

Installation

Using yarn:

yarn add @natecontrols/balena-staged-releases

Use

Normal usage should never require anything beyond the StageDeploy class, which can be imported as below:

var StageDeploy = require('@natecontrols/balena-staged-deploy').StageDeploy

sd = new StageDeploy(app_id)

Advanced utilities can be accessed through the advanced module of the library, which can be imported as below:

var advanced_staging = require('@natecontrols/balena-staged-deploy').advanced

Examples

Examples are located in the examples directory.

Readme

Keywords

none

Package Sidebar

Install

npm i @natecontrols/balena-staged-releases

Weekly Downloads

1

Version

2.2.0

License

MIT

Unpacked Size

18.9 kB

Total Files

9

Last publish

Collaborators

  • bradstewart
  • cschubes