Install-Package
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.
Aliases | Text |
---|---|
Required? | false |
Position? | 1 |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Undefined, Overwrite, Merge, Skip, SideBySide
Aliases | Text |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Undefined, Clear, Append, Merge
Aliases | Text |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Aliases | Text |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Help Author: Adam Najmanowicz, Michael West
PS master:\> Install-Package -Path SitecorePowerShellConsole.zip -InstallMode Merge -MergeMode Merge
Last modified 1yr ago