eggl kill

Find processes listening on a local TCP port and terminate them.

eggl kill 8080
eggl kill --dry-run 3000
eggl kill --yes --force 8080

Flags

FlagDescription
--dry-runList matching processes without killing them
-y, --yesSkip the confirmation prompt
-f, --forceSend SIGKILL instead of SIGTERM

Use --dry-run before --force when investigating a stale port-forward or development server. Without --force, eggl-cli requests graceful termination.