cli-anything-pm2 A stateless command-line interface for PM2 process management. Communicates via the PM2 CLI subprocess. No local state or session. Installation Prerequisites: - Python 3.10+ - PM2 installed globally ( ) Usage Basic Commands REPL Mode When invoked without a subcommand, the CLI enters an interactive REPL session: Command Groups process Process inspection commands. | Command | Description | |---------|-------------| | | List all PM2 processes | | | Get detailed info for a process | | | Get metrics for all processes | lifecycle Process lifecycle commands. | Command | Description…