File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,31 @@ php command.php export-import erase
2525### Command parameters
2626
2727```
28- php command.php export-import import --format=json --pretty-print=true --data-path="custom/Espo/Custom/ Data" --export-path="build/ExportImport" --import-type=createAndUpdate --use-default-currency=true --entity-type-list="Account,Contact"
28+ php command.php export-import import --format=json --pretty-print=true --data-path="custom/Data" --export-path="build/ExportImport" --import-type=createAndUpdate --use-default-currency=true --entity-type-list="Account,Contact"
2929```
3030
3131## Configuration
3232
33+ ### Export Path
34+
35+ Define an export path.
36+
37+ - Attribute: ` exportPath `
38+ - CLI attribute: ` export-path `
39+ - Possible values:
40+ - ` any string `
41+ - Default: ` build/ExportImport/Export `
42+
43+ ### Import Path
44+
45+ Define an import path.
46+
47+ - Attribute: ` importPath `
48+ - CLI attribute: ` import-path `
49+ - Possible values:
50+ - ` any string `
51+ - Default: ` build/ExportImport/Import `
52+
3353The export / import process can be configured in ` custom/Espo/Custom/Resources/metadata/app/exportImport.json ` or by cli command.
3454
3555### Import Type
You can’t perform that action at this time.
0 commit comments