Add --sync flag for one-shot sync-and-exit mode
Build / build (push) Failing after 6s

Useful for wake-from-sleep hooks: run 'converge --sync' to commit
any pending changes, pull from remotes, and push, then exit.
Shows 'Syncing N repo(s)' instead of 'Watching N repo(s)'.
This commit is contained in:
2026-05-14 10:34:36 -04:00
parent 97078928fc
commit 477a86c18a
2 changed files with 29 additions and 9 deletions
+2
View File
@@ -16,3 +16,5 @@
## Supports configurable log levels (debug, info, warn, error)
## Supports logging to a file instead of stderr via --log-file or log_file config
## Can notify on pull: per-repo notify_on_pull setting sends a desktop notification when new commits are pulled from the remote
## --sync / -s flag runs a single sync cycle (commit + pull + push) and exits, useful for wake-from-sleep hooks