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.

MIT License

Downloads
159
Stars
50
Committers
9

Bot releases are hidden (Show)

jctl - 1.1.20

Published by magnusviri 10 months ago

Added

  • Added CHANGELOG
  • jctl and pkgctl: Load config file in a try block to catch errors
  • jctl "-i -" will obtain id's from stdin

Changed

  • Requires python-jamf 0.9.0
  • jctl import jamf.exceptions
  • jctl Rename jamf to python_jamf
  • jctl --create can now take a name or json
  • jctl Changed how -update args are processed
  • jctl Changed how path is printed using json
  • jctl Changed where the hostname is confirmed
  • jctl Split main function into multiple functions for clarity
  • jctl Sped up deleting records