← back to feed
EXPERIMENT

cli task runner

Dec 2025Dec 10, 2025

a tiny CLI that reads a YAML task file and runs steps with retries and logging.

why — i kept writing the same bash scripts. this replaces them with something testable.

learned — YAML is fine for config but terrible for logic. keep task definitions declarative.

a tiny CLI that reads a YAML task file and runs steps with retries and logging.

cliautomation