Manage ServiceNow CLI extensions

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Add extensions to the ServiceNow CLI to load additional functionality and commands, update existing extensions, or remove extensions you no longer need.

    시작하기 전에

    Role required: none.

    프로시저

    1. Find available extensions.
      1. Open your system's command-line tool and execute this command.
        $ snc extension list-available -o table
        The system lists available extensions and associated details.
        NAME       DESCRIPTION                                    VERSION            INSTALLED 
        --------------------------------------------------------------------------------------
        ui-component        Build and deploy components                  19.0.0-alpha.15     false 
    2. Install an extension.
      1. Open your system's command-line tool and execute this command.
        $ snc extension add --name <extension-name>
    3. 옵션: Update an extension.
      1. Open your system's command-line tool and execute this command.
        $ snc extension update --name <extension-name>
    4. 옵션: Remove an extension.
      1. Open your system's command-line tool and execute this command.
        $ snc extension remove --name <extension-name>