Class DiffPolicyCommand
Shows differences between one or more serialized policies and their counterpart in the connected Content Hub instance.
Inheritance
object
System.CommandLine.Symbol
System.CommandLine.IdentifierSymbol
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand<THandler>Sitecore.CH.Cli.Plugin.Serialization.CommandHandlers.DiffPolicyCommandHandler
DiffPolicyCommand
Namespace: SitecoreSitecore.CHSitecore.CH.CliSitecore.CH.Cli.PluginSitecore.CH.Cli.Plugin.SerializationCommands
Assembly: Sitecore.CH.Cli.Plugin.Serialization.dll
Syntax
RequestResponse
public sealed class DiffPolicyCommand : BaseCommand<DiffPolicyCommandHandler>Remarks
Optional parameters
--endpoint -eSpecifies an alternative endpoint name for the execution of this command.--name -nName of the option list. Wildcards allowed.--folder -fSpecifies the a working directory other than the current folder.
Global parameters
-? --help -hShow this help message and exit.-v --verbosityEnables verbose logging.
Examples
Show differences for all policies:
RequestResponse
ch-cli serialization diff policyShow differences for all policies that match the specific name, using the specified working directory:
RequestResponse
ch-cli serialization diff policy --name "<name-starts*j>" --folder "<local path>"