Install the XM Cloud plugin
Abstract
Use the XM Cloud plugin to manage XM Cloud instances
The Sitecore CLI plugin for XM Cloud allows you to manage your organization's XM Cloud projects.
Before you can install the XM Cloud plugin, you must install the Sitecore CLI version 5.0.0 or later.
If you have an older version of the CLI, upgrade the CLI.
To install the XM Cloud plugin:
In the root directory of your XM Cloud project, run the following command:
dotnet sitecore plugin add -n Sitecore.DevEx.Extensibility.XMCloud
When the script completes, run the following command to verify the XM Cloud plugin installation:
dotnet sitecore cloud -h
If the installation was successful, the command prints out the list of XM Cloud plugin commands.