Get-UpdatePackageDiff
Last updated
Last updated
Performs a diff operation between the Source and taget path akin to Sitecore Courier. The diff is the difference that takes the content of Source folder and transforms it to Target. IMPORTANT! This functionality requires changes to web.config file on your sitecore server to work. Please consult the first Example.
Get-UpdatePackageDiff [-SourcePath] <String> [[-TargetPath] <String>]
Performs a diff operation between the Source and taget path akin to Sitecore Courier. The diff is the difference that takes the content of Source folder and transforms it to Target. IMPORTANT! This functionality requires changes to web.config file on your sitecore server to work. Please consult the first Example.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Path containing the current serialization items that needs to be transformed into Target.
Aliases | |
---|---|
Path containing the desired serialization state that the Source needs to be transformed to.
The output type is the type of the objects that the cmdlet emits.
Sitecore.Update.Interfaces.ICommand
Help Author: Adam Najmanowicz, Michael West
Required addition to web.config file for the functionality to work:
Create an update package that transforms the serialized database state defined in C:\temp\SerializationSource into into set defined in C:\temp\SerializationTarget
Aliases | |
---|---|
Required?
true
Position?
1
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Required?
false
Position?
1
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false