table of contents
| 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¶
- -m, --mode [default: auto]
- Mode of operation: auto (default, kill both), process (only processes),
container (only containers)
[possible values: auto, process, container]
- -s, --signal <SIG> [default: sigkill]
- SIG is a signal name
- --dry-run
- Perform a dry run without killing any processes or containers
- --no-fail
- Exit successfully even if no matching process or container is found
- -v, --verbose
- Increase logging verbosity
- -q, --quiet
- Decrease logging verbosity
- -h, --help
- Print help
- -V, --version
- Print version
- <ports>
- The list of port numbers to kill processes or containers on
VERSION¶
v2.0.0
| killport 2.0.0 |