10 Commits

Author SHA1 Message Date
Gerard Kok
653e9ac2d0 Output base64 encoded data on one line in command examples (#477)
* base64 -> openssl base64 -A

output base64 encoded data on one line, on both linux and macos

* base64 -> openssl base64 -A

output base64 encoded data on one line, on both linux and macos

* Update install_profile

* Update install_provisioning_profile
2018-08-10 13:21:50 -04:00
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
Derick Naef
464e00a251 DeviceInformation command API example support query strings (#469) 2018-07-24 19:18:59 +00:00
Jesse Peterson
8f5838ceea Allow setting curl options in environment variable (#455) 2018-07-12 11:35:42 +00:00
Victor Vrantchan
8ab19a93e8 add support for InstallEnterpriseApplication command (#452) 2018-07-09 22:48:10 -04:00
Victor Vrantchan
bbabd751b7 add device_information and security_info commands with curl API (#448) 2018-06-22 22:25:06 -04:00
Scott Knight
05344403a5 Add software update command examples (#442)
Add support for the OSUpdateStatus command
Add example Software Update API commands
2018-06-21 08:07:56 -04:00
Mike Arpaia
6dd045e5b8 Remove superfluous whitespace from markdown files (#438) 2018-06-13 23:33:53 -04:00
Victor Vrantchan
6da097ec78 move MDM types to micromdm/micromdm (#341)
Previously the github.com/micromdm/mdm library was used, but the code there was a bit naive and had a few issues as it grew to support the full library of MDM Commands. 

All the request types have been moved to `package mdm`.
2018-05-12 15:54:04 -04:00
Victor Vrantchan
f843041cbc add ngrok developemnt and curl request helpers (#392) 2018-04-07 19:35:27 -04:00