Install-Package
Last updated
Installs a Sitecore package from the specified path.
Install-Package [[-Path] <String>] [-InstallMode <Undefined | Overwrite | Merge | Skip | SideBySide>] [-MergeMode <Undefined | Clear | Append | Merge>] [-DisableIndexing]
Installs Sitecore package with the ability to provide default responses for merge and overwrite actions. The alias for the command is Import-Package.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
The following abbreviations are aliases for this cmdlet:
Import-Package
Path to the package file.
Required?
false
Position?
1
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Undefined, Overwrite, Merge, Skip, SideBySide
Required?
false
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Undefined, Clear, Append, Merge
Required?
false
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Required?
false
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Help Author: Adam Najmanowicz, Michael West
Last updated
PS master:\> Install-Package -Path SitecorePowerShellConsole.zip -InstallMode Merge -MergeMode Merge