1.0.0 (2024-08-28)
This release adds support for CRON schedules. CRON schedules (--cron
) and intervals (--interval
) can be combined multiple times for complex scheduling:
$ tgtg --interval 5m --cron "0 0 0 * * ?" --cron "0 0 12 * * ?"
⚠ BREAKING CHANGES
- The
--server
flag is deprecated. Use--interval
or--cron
options instead. When not used with--interval
or--cron
, it will use a default of 5 minutes.