Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nisaacson/fleet-stopall
- Owner: nisaacson
- Created: 2013-03-19T00:20:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-29T03:39:28.000Z (over 11 years ago)
- Last Synced: 2024-04-14T14:46:36.986Z (7 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```