Automation Reference
Automation patterns across bash scripts, Makefiles, CI/CD, scheduled tasks, and event-driven workflows.
Topics
| Topic | Description |
|---|---|
Makefiles, targets, dependencies, pattern rules, self-documenting help |
|
Bash script lifecycle, strict mode, argument parsing, idempotent operations |
|
Multi-stage pipes, process substitution, tee, xargs, named pipes |
|
Crontab syntax, environment pitfalls, locking, debugging |
|
Timer units, OnCalendar expressions, transient timers, user timers |
|
Workflows, triggers, matrix builds, secrets, caching, Domus deployment |
|
Pipeline stages, artifact management, environment promotion, rollback |
|
YAML task runner, dependencies, incremental builds, cross-platform |
|
inotifywait, entr, watchexec, live rebuild patterns |
|
Receiving, sending, signature verification, GitHub events |