Files
micromdm/tools/api/sync_dep_devices
Erik Gomez 3b12474931 Sync dep devices tool (#481)
* add DS_Store files to gitignore

* add sync_dep_devices tool
2018-08-07 10:34:30 -07:00

5 lines
137 B
Bash
Executable File

#!/bin/bash
source $MICROMDM_ENV_PATH
endpoint="v1/dep/syncnow"
curl $CURL_OPTS -u "micromdm:$API_TOKEN" -X POST "$SERVER_URL/$endpoint"