Skip to content

Commit e6b2772

Browse files
committed
Added info: exportPath, importPath
1 parent 180b3b6 commit e6b2772

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
3353
The export / import process can be configured in `custom/Espo/Custom/Resources/metadata/app/exportImport.json` or by cli command.
3454

3555
### Import Type

0 commit comments

Comments
 (0)