logoalt Hacker News

wackgettoday at 5:20 PM4 repliesview on HN

The most obvious question, I know, but... why not just use plain Bash?


Replies

SoftTalkertoday at 6:51 PM

Or something like Ansible? Which is battle tested, provides idempotency for most things, and has a large library of tasks it knows how to do.

ks2048today at 8:40 PM

I've been writing my own "task runner" which seems to have some of the same features. I'd say some pros: A nice view of that has run (what has failed, etc.) - which otherwise could be drowned-out by stderr and stdout. Timing information for each "task". Can organize nested tasks. Save all in a structured log.

mathfailuretoday at 5:55 PM

Scotty doesn't know...

show 1 reply
metalliqaztoday at 6:26 PM

It's in the title: "a beautiful"

It looks nicer.

I use good old GNU Make.