Upgrade the Sitecore Command Line Interface to version 6
Sitecore Command Line Interface (CLI) is a tool that you install in PowerShell.
If you do not have a previous installation of the CLI in your project, follow the steps to install Sitecore Command Line Interface instead.
To upgrade an existing CLI installation:
-
Update the Sitecore Management Services module.
ImportantThis is an important step because starting with version 5.1.25 the CLI has a version compatibility feature that prevents you from running CLI commands with an outdated version of Sitecore Management Services.
-
Update the CLI version:
NoteTo update to the latest available version, you can use the command without providing a version:
dotnet tool update sitecore.cli. -
Update the default plugins:
-
To update all the default plugins, run the following command:
-
Alternatively, update or add each plugin manually:
-
-
If you want to install the database plugin, run the following command:
-
If you want to install the XM Cloud plugin, run the following command:
-
Check your Sitecore CLI version using the following command:
If your CLI was updated successfully, it returns the version you specified, such as
6.0.18. -
To update the JSON schema, run the following command in your project folder:
-
Check the installed plugins using the following command:
If your CLI plugins were updated successfully, the command returns the following: