tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
pm22
2
fork
atom
A lightweight CLI tool that connects to a remote server over SSH and executes PM2 process manager commands.
2
fork
atom
overview
issues
pulls
pipelines
update README
tsiry-sandratraina.com
9 months ago
b1df8dd4
0a4480ec
+8
1 changed file
expand all
collapse all
unified
split
README.md
+8
README.md
···
33
33
pm22 [OPTIONS] <cmd> [args]...
34
34
```
35
35
36
36
+
## 🔹 Environment Variables
37
37
+
38
38
+
| Variable | Description |
39
39
+
| ----------------- | ------------------------------------------------------- |
40
40
+
| `PM22_HOST` | Default host to connect to (e.g., user@your.server.com) |
41
41
+
| `PM22_PORT` | Default SSH port to connect to |
42
42
+
| `PM22_KEY` | Path to your SSH private key, e.g. `~/.ssh/id_rsa` |
43
43
+
36
44
## 🔹 Arguments
37
45
38
46
| Name | Description |