Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 730 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 730 Bytes

SFCC-PROPERTIES

With this simple script you can export in an excel file all the active properties of a Salesforce Commerce Cloud (SFCC) project.

Usage

  1. First install the program: go install github.com/giacomozanatta/sfcc-properties@latest
  2. Navigate in the main folder of your project
  3. Create a file named config.json. This json is compose of two attributes:
  • cartridges: [string]: you must insert all active cartridge, in reverse cartrdige path order (from the less important to the most one)
  • locales: [string] insert all locales you have in the properties files
  1. Launch the program with sfcc-properties
  2. The program will produce a properties.xlsx file in the main folder of your project.