Configure an Easy Repository using ImpEx Import
Configuring a Local Repository
Easy Repositories can be configured by importing an ImpEx script having the required import statements. To create an Easy Local Repository using ImpEx, you should have the ImpEx header with the following fields:
Table | ImpEx header fields for a Local Repository
Property | Required | Comments |
---|---|---|
Code | Yes | Local repository code - user friendly - alphanumeric |
Name | Yes | Local repository name - user friendly |
Source Location | Yes | File system path on your computer pointing to the directory where your easy extensions exist |
The following ImpEx header can be used to setup an Easy Local Repository.
Below is an example of an ImpEx script to configure an Easy Local Repository:
This ImpEx script can be imported to SAP Commerce Cloud either via Administration Console or via Backoffice. For more information on ImpEx import refer to Data Management with ImpEx
Configuring a Git Repository in Backoffice
Easy Repositories can be configured by importing an ImpEx script having the required import statements. To create an Easy Git Repository using ImpEx, you should have the ImpEx header with the following fields:
Table | Form fields for a Git Repository
Property | Required | Comments |
---|---|---|
Code | Yes | Git repository code - user friendly - alphanumeric |
Name | Yes | Git repository name - user friendly |
Git URL | Yes | Git repository URL starting from |
Git Branch | Yes | Git repository branch, which will be cloned |
Login | No | Git repository credential, login field |
Secret | No | Git repository credential, secret field |
The following ImpEx header can be used to setup an Easy Git Repository.
Below is an example of an ImpEx script to configure an Easy Git Repository:
This ImpEx script can be imported to SAP Commerce Cloud either via Administration Console or via Backoffice. For more information on ImpEx import refer to Data Management with ImpEx