Skip to content

Running dcli tools on Mac OS X

Mike Chambers edited this page Dec 2, 2020 · 9 revisions

Currently, the dcli tools are not signed which can cause some hassle the first time you run them on Mac OS X. You must manually give each app permission to run the first time you run it.

Here is a quick and relatively painless way to approve each app (you only have to do this the first time you run each tool). It consists of the commands run from the terminal:

dclic
open "x-apple.systempreferences:com.apple.preference.security?General"

Replace 'dclic' with the tool you are trying to run.

When you run the first command you will get this dialog:

Dialog 1

Just click "Cancel".

Then run the second command. This will open the system preferences to the security tab, and will look like this:

Dialog 2

Click "Allow Anyways" on the bottom right. This whitelists the app and you now run it without any issues.

Apple has posted information on this in the following two docs:

I am looking into signing the apps, but until then, this will get you up and running.

Clone this wiki locally