Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nisaacson/fleet-stopall

Utility to stop all spawned fleet processes
https://github.com/nisaacson/fleet-stopall

Last synced: about 1 month ago
JSON representation

Utility to stop all spawned fleet processes

Awesome Lists containing this project

README

        

# Fleet Stopall
Utility to stop all spawned fleet processes

# Installation
```bash
npm install -g fleet-stopall
```

# Usage
Execute on the command line in a directory where you a fleet.json file
```bash
# Check current processse
fleet-ps
# Kill those processes
fleet-stopall
# Confirm processes where killed
fleet-ps
```