sf-translation-utils
v1.0.2
Published
Collection of utils to convert sf transations between different formats, e.g. stf, excel, source metadata etc.
Downloads
2
Maintainers
Readme
generate excel file from source metadata
node scripts/metaToExcel --source ${projectRoot}/force-app/main/default --output output/excel node scripts/metaToExcel -s ${projectRoot}/force-app/main/default -o output/excel
generate stf from excel file
node scripts/excelToStf -s input/excel/translations.xlsx -o output/stf
generate source metadata from stf
node scripts/stfToMeta -s input/stf -o output/meta -m ${projectRoot}/force-app/main/default
generate stf from source metadata
node scripts/metaToStf -s ${projectRoot}/force-app/main/default -o export/stf