Skip to content

Transforms Sitecore Yml files during deployment. Like web transform for yml files.

License

Notifications You must be signed in to change notification settings

luuksommers/YmlTransform

Repository files navigation

YamlTransform

Build status Build status

Transforms Sitecore Yml files during deployment. Like web transform for yml files. It throws an exception when a transform cannot be applied.

Example usage: ymltransform.exe -p "App_Data/unicorn" -r -t "unicorn.ymltransform"

Example transform file:

[
    {
        "FieldId": "379de7bc-88f2-42ae-8d4a-50dd0b8796ea",
        "Languages": "",
        "Path": "/sitecore/content/Home/YourItem",
        "Type": "Shared",
        "Value": "https://the-new-value.com"
    }
]

Commandline switches:

-p, --path         Required. Path to folder containing .yml files
-t, --transform    Required. Transformation file
-r, --recursive    (Default: False) Loop recursively

About

Transforms Sitecore Yml files during deployment. Like web transform for yml files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages