Skip to content
RIchard Glaser edited this page Jul 12, 2023 · 20 revisions

Here, we aim to compile a list of frequently asked questions (FAQs) regarding python-jamf. This section will provide answers and information to address some of the common queries you may have about this tool.

How do I find which version of python-jamf I am using?

To obtain the version of python-jamf installed, execute the following command:

jctl --version The output will be similar to the following:

jctl --version
jctl 1.1.19
python_jamf 0.8.3 (0.8.3 required)

This command will display the version of python-jamf along with any relevant information, such as the required version for proper functionality.

How do I find out all the python-jamf available options?

Since python-jamf is a Python library and doesn't have a dedicated man page or help documentation, you can refer to its project's official website or GitHub repository for information on the available options and functionality. The documentation should provide detailed explanations, usage examples, and descriptions of the various features and methods provided by the python-jamf library.

Clone this wiki locally