univ-of-utah-marriott-library-apple / jctl

`jctl` uses `python-jamf` to select objects to create, delete, print and update. It allows performing Jamf Pro repetitive tasks quickly and provides options not available in the web GUI. It is similar to SQL statements, but far less complex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improved jctl error message

magnusviri opened this issue · comments

Change jctl output from

Please specify a record type:advancedcomputersearches, advancedmobiledevicesearches, advancedusersearches, buildings, byoprofiles, categories, classes, computerconfigurations, computerextensionattributes, computergroups, computerreports, computers, departments, directorybindings, diskencryptionconfigurations, distributionpoints, dockitems, ebooks, ibeacons, jsonwebtokenconfigurations, ldapservers, macapplications, managedpreferenceprofiles, mobiledeviceapplications, mobiledevicecommands, mobiledeviceconfigurationprofiles, mobiledeviceenrollmentprofiles, mobiledeviceextensionattributes, mobiledeviceinvitations, mobiledeviceprovisioningprofiles, mobiledevices, netbootservers, networksegments, osxconfigurationprofiles, packages, patchexternalsources, patchinternalsources, patchpolicies, patchsoftwaretitles, peripherals, peripheraltypes, policies, printers, removablemacaddresses, scripts, sites, softwareupdateservers, userextensionattributes, usergroups, users, vppaccounts, vppassignments, vppinvitations, webhooks

to

Please specify a record type:

  • advancedcomputersearches
  • advancedmobiledevicesearches
  • advancedusersearches
  • buildings
  • byoprofiles
  • categories
  • classes
  • computerconfigurations
  • computerextensionattributes
  • computergroups
  • computerreports
  • computers
  • departments
  • directorybindings
  • diskencryptionconfigurations
  • distributionpoints
  • dockitems
  • ebooks
  • ibeacons
  • jsonwebtokenconfigurations
  • ldapservers
  • macapplications
  • managedpreferenceprofiles
  • mobiledeviceapplications
  • mobiledevicecommands
  • mobiledeviceconfigurationprofiles
  • mobiledeviceenrollmentprofiles
  • mobiledeviceextensionattributes
  • mobiledeviceinvitations
  • mobiledeviceprovisioningprofiles
  • mobiledevices
  • netbootservers
  • networksegments
  • osxconfigurationprofiles
  • packages
  • patchexternalsources
  • patchinternalsources
  • patchpolicies
  • patchsoftwaretitles
  • peripherals
  • peripheraltypes
  • policies
  • printers
  • removablemacaddresses
  • scripts
  • sites
  • softwareupdateservers
  • userextensionattributes
  • usergroups
  • users
  • vppaccounts
  • vppassignments
  • vppinvitations
  • webhooks (edited)

This was fixed in this commit