Install the ServiceNow CLI on Mac
Install ServiceNow CLI on a Mac OS using the installer.
Before you begin
You must have an Apple-supported version of 64-bit Mac OS.
Role required: admin
Procedure
In your browser, download the installer bundle from the ServiceNow Store.
Extract the OS-specific installers.
Open the
snc-1.0.0-osx-installerfile.Follow the on-screen instructions.
When prompted, ensure the Add to PATH option is selected.
This option requires root account access.
To verify that the installation succeeded, use the following commands.
$ which snc /usr/local/bin/snc$ snc version { "extensions": {}, "snc": "1.0.0" }
Parent Topic:Install the ServiceNow CLI