You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Add a new flag to the deploy modules command. The new flag will only copy the new or modifed files. The logic would need to compare the last modified datetime timestamp of the destination files to the source files. If the timestamp of the source file is greater then the file is deployed. Logic would need to use UTC time for the comparisons.