]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/pm2/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / pm2 / README.md
1 # pm2 plugin
2
3 The plugin adds several aliases and completions for common [pm2](http://pm2.keymetrics.io/) commands.
4
5 To use it, add `pm2` to the plugins array of your zshrc file:
6 ```
7 plugins=(... pm2)
8 ```
9
10 ## Aliases
11
12 | Alias  | Command              |
13 |--------|----------------------|
14 | p2s  | `pm2 start` |
15 | p2o  | `pm2 stop` |
16 | p2d | `pm2 delete` |
17 | p2r   | `pm2 restart` |
18 | p2i   | `pm2 list` |
19 | p2l   |  `pm2 logs` |