🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

get-port-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-port-cli

Get an available port

3.0.0
latest
Version published
Weekly downloads
50K
-2.97%
Maintainers
1
Weekly downloads
 
Created

get-port-cli

Get an available port

Install

npm install --global get-port-cli

Usage

$ get-port --help

  Usage
    $ get-port <preferred-ports>…

  Options
    --host, -h  The host on which port resolution should be performed. Can be either an IPv4 or IPv6 address.

  Examples
    $ get-port
    51402
    $ get-port 91929192 2324 732842342
    2324
    $ get-port 80
    9090
    $ get-port --host=127.0.0.1
    55740
    $ get-port 3000 3002 --host=127.0.0.1
    3002

FAQs

Package last updated on 14 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts