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.