SitecorePowerShell / Console

Sitecore PowerShell Extensions
https://doc.sitecorepowershell.com/
Other
114 stars 70 forks source link

Packages should support the addition of post-install xdt transforms #695

Closed michaellwest closed 7 years ago

michaellwest commented 8 years ago

Today there is no native way to apply post-install xdt transforms.

michaellwest commented 8 years ago

This feature could also add easier support for post install steps as PowerShell scripts.

AdamNaj commented 8 years ago

I am not 100% sure it's the job for this module...

michaellwest commented 8 years ago

Perhaps an addon module?

AdamNaj commented 8 years ago

While I can see value in having a functionality like this in Sitecore, I do not necessarily see how post install XML transformations are related to this module.

Post install scripts might be an interesting idea though.

michaellwest commented 7 years ago

JammyKam has a nice article on how one can accomplish this: https://jammykam.wordpress.com/2016/09/19/tds-post-deploy-powershell-step/