Dock items

The Catalog Agent allows you to install apps and optionally add them to the user's Dock. This improves the user experience and let the user know the app is installed and ready to be used. Apps will be added to the end of the Dock.

To use this option, append the --dock argument to the install command. An example:

sudo catalog -i BUNDLE_IDENTIFIER -d

or

sudo catalog --install BUNDLE_IDENTIFIER --dock

Last updated