https://github.com/grahampugh/jamf-upload
JamfUploader is a suite of AutoPkg processors for interacting with the Jamf Pro APIs.
https://github.com/grahampugh/jamf-upload
Last synced: 3 months ago
JSON representation
JamfUploader is a suite of AutoPkg processors for interacting with the Jamf Pro APIs.
- Host: GitHub
- URL: https://github.com/grahampugh/jamf-upload
- Owner: grahampugh
- License: apache-2.0
- Created: 2020-06-26T08:51:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T09:08:46.000Z (3 months ago)
- Last Synced: 2025-04-10T01:12:31.971Z (3 months ago)
- Language: Python
- Homepage:
- Size: 46.9 MB
- Stars: 155
- Watchers: 18
- Forks: 41
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# JamfUploader
JamfUploader is a name given to a set of [AutoPkg](https://github.com/autopkg/autopkg) Processors designed to interact with the Jamf Pro APIs. Most of these processors are concerned with uploading things to a Jamf Pro Server. This includes:
* Packages
* Categories
* Computer Groups
* Configuration Profiles
* Scripts
* Extension Attributes
* Policies (and their icons)
* Patch Policies
* Dock Items
* AccountsThere are some additional processors.
This repo contains the sourcecode of the JamfUploader processors. Identical copies of the processors are hosted in the [autopkg/grahampugh-recipes](https://github.com/autopkg/grahampugh-recipes) repo, in the [JamfUploaderProcessors](https://github.com/autopkg/grahampugh-recipes/tree/main/JamfUploaderProcessors) folder).
**Please see the [Wiki](https://github.com/grahampugh/jamf-upload/wiki/JamfUploader-AutoPkg-Processors) for instructions on using the AutoPkg processors.**
## Additional Resources
The `jamf-upload.sh` script can be used to take advantage of the JamfUploader processors without needing any AutoPkg recipes.
## Notice
The `jamf-api-tool.py` script has been moved to its own repository, [jamf-api-tool](https://github.com/grahampugh/jamf-api-tool).
Please see the [Wiki](https://github.com/grahampugh/jamf-upload/wiki) for instructions on using both the standalone script, `jamf-upload.sh`, the AutoPkg processors, and other tips and tricks.