Skip to main content

Updating default CLI plugins in version 5

Abstract

Describes updating default Sitecore CLI plugins with a single command

You can use the command dotnet sitecore plugin init to update any installed default plugins to the same version as the CLI.

The default plugins are:

  • Sitecore.DevEx.Extensibility.Serialization

  • Sitecore.DevEx.Extensibility.Publishing

  • Sitecore.DevEx.Extensibility.Indexing

  • Sitecore.DevEx.Extensibility.ResourcePackage

  • Sitecore.DevEx.Extensibility.Database

The command does not update other plugins.

Note

The dotnet sitecore plugin init command also installs any of the default plugins that you have not installed. If you prefer not to install/update all the plugins, follow the update procedure providing the --version option.