Install the ServiceNow CLI on Mac

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • Install ServiceNow CLI on a Mac OS using the installer.

    始める前に

    You must have an Apple-supported version of 64-bit Mac OS.

    Role required: admin

    手順

    1. In your browser, download the installer bundle from the ServiceNow Store.
    2. Extract the OS-specific installers.
    3. Open the snc-1.0.0-osx-installer file.
    4. Follow the on-screen instructions.
      1. When prompted, ensure the Add to PATH option is selected.
        This option requires root account access.
    5. To verify that the installation succeeded, use the following commands.
      $ which snc
      
      /usr/local/bin/snc
      $ snc version
      
      {
       "extensions": {},
       "snc": "1.0.0"
      }