2.2.0 • Published 7 years ago
@natecontrols/balena-staged-releases v2.2.0
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-releasesUse
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').advancedExamples
Examples are located in the examples directory.