This solution contains two Plaster-Templates that allow you to create new SharePoint-Projects using a migration-like approach. The other template creates new migrations to an existing project.
- Plaster
- SharePoint PnP-Powershell >= 3
- SharePoint 2013 /
2016/ Office365
Invoke-Plaster -TemplatePath [Path-to-Plaster-Template]
Parameter | Description |
---|---|
TemplatePath | path, where the plaster-template is stored |
DestinationPath | path, where the new project should be created |
SiteUrl | URL of the site, where the migration should be executed against |
FieldName | name of the property, where the current deployment-version will be stored |
Edition | the edition to use, either 2013 , 2016 online |
Parameter | Description |
---|---|
TemplatePath | path, where the plaster-template is stored |
DestinationPath | path, where the new project should be created |