-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello,
Current distribution method of Kitura CLI is based on homebrew or npm, booth solution with security issue, poor respect of the macOS file system, and 0 mass deployment capabilities.
Please, support distribution of standard macOS package for Kitura CLI using github release system. This will allow sysadmin to automatically distribute and keep Kitura CLI updated on a whole fleet using the well know autopkg/munki or autopkg/jamf setup.
If for some reasons, you can't comply with this request, consider as an alternative to publish Kitura CLI with MacPort instead or in addition to homebrew. MacPort has a more robust distribution design and is able to create pkg from an admin workstation to distribute on a fleet without having to install it on the fleet itself.
Or eventually do both, macOS pkg with github release and MacPort support, that would be the best option.