PM2 reset with namespace argument
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 43.3k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
It would be great if we can run pm2 reset passing a namespace name.
Maybe using a flag to extend the functionality searching the ids and continuing the default process?
I'm able to open an PR with the changes, but I'm gonna need some orientation where I should begin
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the PM2 CLI entry point for pm2 reset and review how namespace names and process IDs are currently handled. Compare the requested namespace argument or flag with the existing default reset behavior. Done means a namespace can be supplied and the matching processes are reset without breaking the current command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100