stamp auto-reconcile

Manage automated reconcile timer

Synopsis

Install or remove a system timer that runs stamp reconcile automatically. On Linux: uses systemd user timer. On macOS: uses launchd agent.

Examples

  # install the automated reconcile timer (hourly by default)
  stamp auto-reconcile on

  # run on a weekly schedule
  stamp auto-reconcile on --period weekly

  # remove the timer
  stamp auto-reconcile off

Options

  -h, --help   help for auto-reconcile

Options inherited from parent commands

  -j, --json      output results in JSON format
  -v, --verbose   enable debug logging
  -y, --yes       auto-accept all prompts

SEE ALSO