mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-12 13:25:38 +08:00
* Make depclient construction function return an error if the client could not be constructed. * Make depclient construction function return an error if the client could not be constructed. * Add "feature not available" message when attempting to fetch dep devices without a configured dep client. Add test demonstrating the "feature not available" error when constructing the management service without a dep client. * Make a boolean --dep flag. DEP will be disabled by default, and prints a message to the console to inform the user of the dep feature status. Incorrect flags when DEP is enabled will now exit with status 1 again.