automation-cli is an open source automation tool for Linux Debian©.
Unit tests and integration tests require a complete execution context (virtual machines, Wireguard environment, sudo environment...) and are not provided.
The PRs will therefore have to be very explicit, and mention the precise use cases, so that I can integrate the necessary tests.
NodeJs: v20.18.2 npm: v10.9.0
cd ~
mkdir -p ~/git
git clone https://github.com/dhenry123/automation-cli.git
cd automation-cli
npm install
npm run dev
node dist/automation-cli.js run -h localhost -c "ls ~"
Here.