3.5 years ago, I created a script to automate running AutoPkg recipes while also verifying trust info and prompting the user to approve or deny any changes.
With some prompting from some folks on the #autopkg channel of the MacAdmins Slack, I made a few changes to the script:
- You can now run the script but have it only verify trust info without running the recipes in the recipe list (
--verifyonly
) - Conversely, you can have it only run the recipes in the recipe list without verifying them first (
--runonly
) - If you want, you can also specify a recipe list using either the
--recipe-list
or-l
flag
More details in this pull request.
Leave a Reply