Skip to content

Download Scripts and EAs

Ryan Ball edited this page Jun 14, 2023 · 2 revisions

You can download all scripts and Extension Attributes (EAs) from Jamf Pro easily with git4jamfpro. By default git4jamfpro will concurrently download two scripts/EAs per core on your system. This is how you can initially populate your git4jamfpro repository with the scripts/EAs that exist in your template Jamf Pro server.

  • Scripts are downloaded in the root of your git4jamfpro repository in the "scripts" folder.
  • Extension Attributes are downloaded in the root of your git4jamfpro repository in the "extension_attributes" folder.

Download all scripts:

./git4jamfpro.sh --url <JAMF_PRO_URL> --username <API_USER> --password <API_PASS> --download-scripts

Download both scripts and extension attributes:

./git4jamfpro.sh --url <JAMF_PRO_URL> --username <API_USER> --password <API_PASS> --download-scripts --download-eas

Limit Concurrent Downloads

Download all scripts with a limit of 5 downloads at a time (for those with low resource on-prem Jamf Pro servers):

./git4jamfpro.sh --url <JAMF_PRO_URL> --username <API_USER> --password <API_PASS> --download-scripts --limit 5
Clone this wiki locally