coreos / issue-sync

A tool for synchronizing issue tracking between GitHub and JIRA
Apache License 2.0
124 stars 34 forks source link

synchronize command: Add period option to daemonize #23

Closed MorganEPatch closed 6 years ago

MorganEPatch commented 7 years ago

Adds a --period option to the program. If this is not provided, the program runs as previously. If it is provided, the program is considered to be a daemon, and will re-run the compare/create/update loop with a frequency of the provided period.

@squat