2.2.0 • Published 5 years ago

@natecontrols/balena-staged-releases v2.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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.

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago