2.0.0 • Published 9 years ago

fleetctl-start v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

fleetctl-start Circle CI

Start a fleet unit and retry on failure.

Installation

$ npm install fleetctl-start --save

Usage

const startUnit = require('fleetctp-start');

// promises
startUnit('ping').then(function () {
  // done
});

// generators
yield startUnit('ping');

Tests

Circle CI

$ make test

License

fleetctl-start is released under the MIT license.