nanodep icon indicating copy to clipboard operation
nanodep copied to clipboard

[feature] depsyncer add sync all dep

Open JieAnthony opened this issue 1 year ago • 1 comments

@jessepeterson New option --all is added to indicate operating all. All I can think of is reading the database every time. Although this may bring additional overhead

JieAnthony avatar Feb 23 '24 11:02 JieAnthony

Yeah -- You could definitely script this. If you're using MySQL just have it read-out the DEP names with mysql and restart itself every hour or something. Could also do that for the file backend. But I've noted this enhancement and we can consider the API support to query what we need and possibly implement this. Don't hold your breath, though. :)

This issue original mentioned in #42.

jessepeterson avatar Feb 23 '24 18:02 jessepeterson