1. Sitecore Content SDK

Install the Content SDK CLI

Version:

The Content SDK CLI provides several commands for interacting with Content SDK apps. Installing this tool globally lets you use those commands while developing any Content SDK apps on your local device, for example while scaffolding new components.

To install the Content SDK CLI:

  1. Run the following command:

    npm install -g @sitecore-content-sdk/cli
  2. To verify the installation, run either of the following commands:

    Command

    Result

    sitecore-tools --help

    Displays a list of available commands.

    sitecore-tools --version

    Displays the version number of the installed CLI.

If you have suggestions for improving this article, let us know!