I would like the command line to autocomplete process names when using PM2 commands like "pm2 log " or "pm2 delete ". This feature could fetch all process names via the PM2 API (if permissions allow) or use the pm2 list command in background as a fallback. The goal is to suggest the process names for easy autocompletion.
Is your feature request related to a problem? Please describe.
Managing multiple processes in PM2 can be challenging, especially when I can’t recall the exact process names. Autocomplete support would simplify this by helping users quickly find and select the correct process.
Dupe Check
Describe the solution you'd like?
I would like the command line to autocomplete process names when using PM2 commands like "pm2 log" or "pm2 delete ". This feature could fetch all process names via the PM2 API (if permissions allow) or use the pm2 list command in background as a fallback. The goal is to suggest the process names for easy autocompletion.
Is your feature request related to a problem? Please describe.
Managing multiple processes in PM2 can be challenging, especially when I can’t recall the exact process names. Autocomplete support would simplify this by helping users quickly find and select the correct process.
Additional context
How important is this feature to you?
2
Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1
None