Skip to content

v2.3.0

Compare
Choose a tag to compare
@zaytiri zaytiri released this 28 Mar 21:54
· 48 commits to main since this release

Added

  • validation for verifying if the alias is present in the arguments if there is any configurable setting for a scheduled job.
  • new argument 'include' for each scheduled job which does the opposite of 'exclude' argument. It indicates a list of dates that a scheduled job should run that it wouldn't normally do. Any dates inserted will replace any previous configured dates in saved 'include' argument.
  • validation for dates in 'include' and 'exclude' arguments, meaning the same date cannot be inserted in both configurations at the same time for a scheduled job.
  • validation for when a scheduled job's path does not exist.

Changed

  • updated help messages from some arguments.
  • updated README.md file.