Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.15 KB

integrator-manifests

Module manifests for SprykerSdk.Integrator tool.

They contain machine-readable instructions on how to integrate core module updates into project level. This aims to help automating the process.

Adding manifests

Any vendor based module can have manifests here. The structure looks as follows:

Spryker/                                      <- Vendor namespace
    Availability/                             <- Module name
        9.10.0/                               <- Module version
            installer-manifest.json           <- Manifest file
SprykerShop/
    CartPage/
        3.29.0/
            installer-manifest.json
.....

Only released versions can be added. So please make sure you only add/merge manifests after their module release has been done.

Note: If your vendor namespace is a combination (MyCompany\MyOtherNamespace) or alike, the backslash needs to be printed as underscore (MyCompany_MyOtherNamespace). We do not yet support this in the integrator tooling, but if you have such a use case please reach out and we can talk about fast-tracking this feature for it.