ftp-deploy icon indicating copy to clipboard operation
ftp-deploy copied to clipboard

feat: add option `log-unchanged-files`

Open evolkmann opened this issue 2 years ago • 1 comments

  • Added a new option log-unchanged-files
  • The default is true, so the behavior of the program will not change unless someone uses this new flag
  • When false, the file content is the same ...-logs will not appear
  • My motivation was a project of mine with thousands of files in which only a few change with each deployment
  • After reviewing and merging, I would like to add this functionality to the GH Action as well

Let me know if there is anything you would like to change! 🙂

evolkmann avatar Feb 13 '24 06:02 evolkmann

Hey thanks for the PR!

How does this from the --log-level: minimal option?

SamKirkland avatar Jun 06 '24 19:06 SamKirkland