Install the Content SDK CLI
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:
-
Run the following command:
RequestResponsenpm install -g @sitecore-content-sdk/cli -
To verify the installation, run either of the following commands:
Command
Result
sitecore-tools --helpDisplays a list of available commands.
sitecore-tools --versionDisplays the version number of the installed CLI.