Snehil-Shah/ServePort-CLI

Command to kill process on a port

Opened this issue · 0 comments

Aim

A command that can kill the current running process on a port is something I personally want.

This obviously shouldn't work for recursive services (aka any kubernetes kind of magic) that automatically restarts after external interrupts. I am not trying to erase a service out of existence, keep the binaries safe!

Outcome

Possible signature:

ServePort kill-port <port> [flags]