Skip to content

Instantly share code, notes, and snippets.

@jessepeterson
jessepeterson / cmd-dumper.go
Created January 9, 2020 22:35
Dump a UDID's various command state in a MicroMDM database
package main
import (
"flag"
"fmt"
"log"
"os"
"github.com/boltdb/bolt"
"github.com/micromdm/micromdm/platform/pubsub/inmem"