From be26c948232e922df31785323261e389f5ed998b Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Sat, 27 Nov 2021 17:11:20 -0800 Subject: [PATCH] Add python-jamf and jctl --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe40e07..74f0b8c 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ Table of Contents * [py-gsxws](https://github.com/filipp/py-gsxws) - Library for communicating with Apple's GSX API * [SimplePySSH](https://github.com/robperc/SimplePySSH) - Module for executing and reading output from simple shell commands on remote machines via SSH using only built-in modules. * [precache](https://github.com/krypted/precache) - Used to cache available Apple updates into an OS X Server running the Caching Service. +* [python-jamf](https://github.com/univ-of-utah-marriott-library-apple/python-jamf) - Module to access the Jamf Pro Classic API. +* [jctl](https://github.com/univ-of-utah-marriott-library-apple/jctl) - Command line based tool that provides easy access to the Jamf management capabilities of [python-jamf](https://github.com/univ-of-utah-marriott-library-apple/python-jamf). ## Scripts and gists