Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```