The plugin adds several aliases and completions for common pm2 commands.
To use it, add pm2 to the plugins array of your zshrc file:
pm2
plugins=(... pm2)
pm2 start
pm2 stop
pm2 delete
pm2 restart
pm2 list
pm2 logs