New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

patcherctl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patcherctl

Fetch patch management data from Jamf Pro to generate comprehensive reports in both Excel and PDF formats

  • 2.0.1
  • PyPI
  • Socket score

Maintainers
1

    


Patcher

Simplified patch reporting

Find us in the #patcher channel in the MacAdmins Slack

What is Patcher?

Patcher is a Command Line Interface (CLI) tool for macOS that leverages the Jamf Pro API to fetch patch management data and generates comprehensive reports in varying formats. It simplifies tracking and reporting on software update compliance across macOS devices managed through Jamf Pro.

Read the full project documentation on our project homepage.

Installation

Install releases from PyPI:

$ python3 -m pip install patcherctl

[!NOTE] Please note that while Patcher is installed as a package, it is meant to be used as a command line tool and not as an imported library.

Sample PDF

Assuming 'AnyOrg' is the name of your organization, an exported PDF could look like this:

PDF Reports can be customized to fit your organizations branding needs. See the customizing reports in the project docs.

Usage

For a list of all available commands and options, visit the usage page of our documentation.

After installation, reports can be generated by running the export command. You can specify the output directory for the reports and choose to generate PDF reports alongside Excel files.

$ patcherctl export --path '/path/to/output/directory' [--pdf]

Contributing

Contributions to Patcher are welcome! We have set up templates for submitting issues, feature requests, and feedback. Please be sure to utilize these templates when contributing to the project.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc