|
|
|
Show HN: Sake – tool to run tasks on remote servers
(sakecli.com)
|
|
5 points
by alajmo
1471 days ago
|
|
Hi, I recently made a CLI tool that's similar to `make`, but geared towards servers. There's tons of software in this category (Ansible, Chef, Salt, Sup, etc.), but most of them are geared towards production-grade server management, which is a bit overkill I think when you're just doing some `apt install <package>` or `sudo systemctl start <unit>` for your hobby projects. With this in mind, sake was born. |
|