🛠️ TaskCrafter - CLI task scheduler
🛠️ TaskCrafter - CLI task scheduler

github.com
GitHub - lordgreg/taskcrafter: A modern, hackable task scheduler for developers

Hi everyone,
Since I'm primarily working in devops Area and loving yaml-based CI/CD, dockerizing or kubernetes things, I've developer something, that you could, similarly, run from your own computer using yaml defined jobs.
Everything you know from pipeline-based definitions, such as chaining, on_success, on_failure, depends_on, scheduled jobs using crontab definition or executing jobs using containers, you can now do it.
I would appreciate any feedback, I'll try to get it better :)
✌🏻
you must be new at this or have some sort of Stockholm syndrome
:D Not really, but the thing with stockholm syndrom maybe describes me quite well :D. However, if I'd have to decide to do a config file, I would always rather take yaml than json.
i mean, JSON is ugly and has its own problems, but it doesn’t have 6 legal values for boolean types. my opinion is that if you can’t do it in TOML you shouldn’t be doing it in config
ETA: if you like this and it’s useful to you, i don’t want to discourage you. i’ve just been fighting with yaml config all week
My first thought exactly