Sha256: 9353affd3be2aaf144f0c37ca67a769b551b00f2ab9e9d079828e4a37a9abd17
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
# PackageChanger Using Ruby-JSS to work with the JSS API, PackageChange lists the policies in which a package is used and gives the ability to change this package for a new one. ## Installation $ gem install PackageChanger ## Usage Once installed, create a configuration file in /etc/packagechanger.conf You can copy a sample file from the data folder inside the installation path of *PackageChanger* and fill the JSS URL, User and Password. Once configured, you can use it: ```packagechanger [--silent] [--policy PolicyID] --old OldPackageName --new NewPackageName || --list ListedPackage``` The PolicyID can be either the numeric ID of a JSS policy, or its name between quotes. Run the first execution with sudo, or change the mode of the file `/private/var/log/packagechanger.log` so all users can write to it. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/Bearzooka/PackageChanger. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
PackageChanger-0.3.1 | README.md |
PackageChanger-0.3.0 | README.md |