Skip to content

Commit

Permalink
Add forgotten -udids switch to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Feb 3, 2022
1 parent 95fa13e commit 654a78d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/operations-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ This is the NanoMDM API key for authenticating to the NanoMDM server.

Path to a separate BoltDB database that keeps track of send Authenticate and TokenUpdate messages and prevents re-sending the same message twice. In this way we can "incrementally" migrate a larger MicroMDM database without having to re-send already sent enrollment messages. We track "seen" and "sent" messages by the hash of their contents as MicroMDM does not have the ability to track a device's enrollment date.

#### -udids string

* UDIDs to migrate (comma separated)

Common-separated list of UDIDs to migrate, ignoring all others. Will migrate all UDIDs if none are specified.

#### -url string

The URL of the NanoMDM migration endpoint. For example "http://127.0.0.1:9000/migration".
Expand Down

0 comments on commit 654a78d

Please sign in to comment.