Updating CLI default plugins in version 4.1.0
Abstract
Update default Sitecore CLI plugins with a single command
Starting with version 4.1.0, 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
The command does not update other plugins.
Note
The dotnet sitecore plugin init
command also installs any of the default plugins you have not installed. If you prefer not to install all/update all the plugins, follow the update procedure providing the --version 4.1.0
option.