A lightweight CLI tool that connects to a remote server over SSH and executes PM2 process manager commands.
1[package]
2name = "pm22"
3version = "0.3.0"
4edition = "2024"
5description = "A lightweight CLI tool that connects to a remote server over SSH and executes PM2 process manager commands."
6license = "MIT"
7keywords = ["cli", "ssh", "pm2"]
8readme = "README.md"
9repository = "https://github.com/tsirysndr/pm22"
10categories = ["command-line-utilities"]
11authors = ["Tsiry Sandratraina <tsiry.sndr@rocksky.app>"]
12
13[dependencies]
14anyhow = "1.0.98"
15base64 = "0.22.1"
16clap = "4.5.40"
17env_logger = "0.11.8"
18log = "0.4.27"
19owo-colors = "4.2.1"
20regex = "1.11.1"
21shell-escape = "0.1.5"
22shellexpand = "3.1.1"
23ssh2 = "0.9.5"