Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Kill port ranges. #37

Open
andrewmclagan opened this issue Oct 21, 2019 · 3 comments · May be fixed by #69
Open

[feature] Kill port ranges. #37

andrewmclagan opened this issue Oct 21, 2019 · 3 comments · May be fixed by #69

Comments

@andrewmclagan
Copy link

Kill processes on a range of ports

kill-port --range 3000,3100

OR

kill-port --from 3000 --to 3100

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.89. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@akshay-nm
Copy link

akshay-nm commented Apr 3, 2022

I have a monorepo with multiple applications. Every time I add a new application, I have to modify the stop command for the monorepo. This would really save me some time.

@tiaanduplessis
Copy link
Owner

@akshay-nm you should be able to kill multiple ports:

$ kill-port --port 8080,5000,3000
# OR
$ kill-port 9000 3000 5000

Regarding adding a range option, I think that would be great!

Unfortunately, I do not have the capacity to pick up the task atm, but I will be happy to accept a PR.

@rprih rprih linked a pull request Mar 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants