2.0.0 • Published 7 years ago
@natecontrols/resin-staged-releases v2.0.0
Nate Controls Resin Staged Releases
Derived from: resin.io Staged Releases
A high level NodeJS library that enables staged releases of resin.io applications. Made by Nate Controls
Installation
Using yarn:
yarn add resin-staged-releases
Use
Normal usage should never require anything beyond the StageDeploy class, which can be imported as below:
var StageDeploy = require('@natecontrols/resin-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/resin-staged-deploy').advanced
Examples
Examples are located in the examples directory.