Back to Ohmyzsh

pm2 plugin

plugins/pm2/README.md

latest426 B
Original Source

pm2 plugin

The plugin adds several aliases and completions for common pm2 commands.

To use it, add pm2 to the plugins array of your zshrc file:

plugins=(... pm2)

Aliases

AliasCommand
p2spm2 start
p2opm2 stop
p2dpm2 delete
p2rpm2 restart
p2ipm2 list
p2lpm2 logs