You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: