Before you begin

During this Content Hub ONE starter kit tutorial, you’ll learn how to do everything from installing the starter kit to creating, updating, and viewing a website, giving you an overview of the entire developer journey.

To start off, let's go over the prerequisites.

  • Ensure you have access to a Content Hub ONE instance.
  • Install the latest version of node.js, including npm if you do not already have it.
  • For Windows, install Chocolatey or a similar tool. For macOS, install Homebrew or a similar tool. You can also use Sublime, which is a cross-platform package manager.
  • Install your preferred tools for running local Git commands, such as the Github CLI.

Then, install the Content Hub ONE CLI by running the following command.

  • Open an administrative command line and run the following Chocolatey command:

    choco install Sitecore.ContentHubOne.Cli --source https://nuget.sitecore.com/resources/v2/

You can verify that the CLI installed sucessfully by running the command ch-one-cli --version.

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