fleetctl-stop

2.0.0 • Public • Published

fleetctl-stop Circle CI

Stop a fleet unit and retry on failure.

Installation

$ npm install fleetctl-stop --save

Usage

const stopUnit = require('fleetctl-stop');
 
// promises
stopUnit('ping').then(function () {
  // done
});
 
// generators
yield stopUnit('ping');

Tests

Circle CI

$ make test

License

fleetctl-stop is released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i fleetctl-stop

Weekly Downloads

8

Version

2.0.0

License

MIT

Last publish

Collaborators

  • vdemedes