fleetctl-stop
v2.0.0
Published
Stop fleet unit and retry on failure
Readme
fleetctl-stop 
Stop a fleet unit and retry on failure.
Installation
$ npm install fleetctl-stop --saveUsage
const stopUnit = require('fleetctl-stop');
// promises
stopUnit('ping').then(function () {
// done
});
// generators
yield stopUnit('ping');Tests
$ make testLicense
fleetctl-stop is released under the MIT license.
