Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisaacson/sea-free
Free a service from a seaport server by port on the command line
https://github.com/nisaacson/sea-free
Last synced: about 1 month ago
JSON representation
Free a service from a seaport server by port on the command line
- Host: GitHub
- URL: https://github.com/nisaacson/sea-free
- Owner: nisaacson
- Created: 2013-05-03T16:49:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-03T16:59:29.000Z (over 11 years ago)
- Last Synced: 2024-04-14T14:46:49.421Z (7 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sea Free
Free a service from a seaport server by id
# Installation
```bash
npm install -g sea-free
```# Usage
Say you have seaport server running on host `localhost` and port `8000`. To free a service registered with the id `035BE6BF0D2E1A4DB5B277A4`, execute the command
```bash
sea-free --sea-host=localhost --sea-port=8000 --id=035BE6BF0D2E1A4DB5B277A4
```