Scroll to navigation

killport(1) General Commands Manual killport(1)

NAME

killport - A command-line tool to easily kill processes and containers running on a specified port.

SYNOPSIS

killport [-m|--mode] [-s|--signal] [--dry-run] [--no-fail] [-v|--verbose]... [-q|--quiet]... [-h|--help] [-V|--version] <ports>

DESCRIPTION

A command-line tool to easily kill processes and containers running on a specified port.

OPTIONS

Mode of operation: auto (default, kill both), process (only processes), container (only containers)

[possible values: auto, process, container]

SIG is a signal name
Perform a dry run without killing any processes or containers
Exit successfully even if no matching process or container is found
Increase logging verbosity
Decrease logging verbosity
Print help
Print version
<ports>
The list of port numbers to kill processes or containers on

VERSION

v2.0.0

killport 2.0.0