micromdm / nanodep

NanoDEP is a set of tools and a Go library powering them for communicating with Apple's Device Enrollment Program (DEP) API servers.
MIT License
33 stars 12 forks source link

[feature] depsyncer add sync all dep #47

Open JieAnthony opened 7 months ago

JieAnthony commented 7 months ago

@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

jessepeterson commented 7 months ago

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.