Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 806 Bytes

File metadata and controls

37 lines (24 loc) · 806 Bytes

Automation-cli

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.

License

AGPL-3.0

Development environment

NodeJs: v20.18.2 npm: v10.9.0

Installation

cd ~
mkdir -p ~/git
git clone https://github.com/dhenry123/automation-cli.git
cd automation-cli
npm install
npm run dev

Test

node dist/automation-cli.js run -h localhost -c "ls ~"

User documentation

Here.