mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-12 04:55:39 +08:00
add ngrok developemnt and curl request helpers (#392)
This commit is contained in:
4
tools/api/get_devices
Executable file
4
tools/api/get_devices
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
source $MICROMDM_ENV_PATH
|
||||
endpoint="v1/devices"
|
||||
curl -s -u "micromdm:$API_TOKEN" "$SERVER_URL/$endpoint"
|
||||
Reference in New Issue
Block a user