Cron Job Manager
Use bin/cron-job-manager. Listing and rendering are read-only. Installation and removal require the user to approve the exact rendered entry and pass --confirm.
Workflow
- Run
list. - Run
render --name ... --schedule ... --command ...and show the exact entry. - Confirm command paths, quoting, environment, output handling, and schedule with the user.
- Run
install ... --confirm. - Run
listagain and report the installed marker. - Remove only by exact name with
remove --name ... --confirm.
Read references/cron-safety.md before scheduling destructive, privileged, networked, or high-frequency commands.