A lightweight CLI tool that connects to a remote server over SSH and executes PM2 process manager commands.

update README

+8
+8
README.md
··· 33 33 pm22 [OPTIONS] <cmd> [args]... 34 34 ``` 35 35 36 + ## 🔹 Environment Variables 37 + 38 + | Variable | Description | 39 + | ----------------- | ------------------------------------------------------- | 40 + | `PM22_HOST` | Default host to connect to (e.g., user@your.server.com) | 41 + | `PM22_PORT` | Default SSH port to connect to | 42 + | `PM22_KEY` | Path to your SSH private key, e.g. `~/.ssh/id_rsa` | 43 + 36 44 ## 🔹 Arguments 37 45 38 46 | Name | Description |