Install ServiceNow CLI on a Linux machine using the
installer.
始める前に
You must have a 64-bit version of a recent distribution of CentOS or Ubuntu.Role required: admin
手順
-
In your browser, download the installer bundle from the ServiceNow Store.
-
Extract the OS-specific installers.
-
Open the snc-1.0.0-linux-x64-installer.run file.
-
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
~/ServiceNow CLI/bin/snc
$ snc version
{
"extensions": {},
"snc": "1.0.0"
}