@@ -24,35 +24,44 @@ npm install -g contentful-export
24
24
Usage: contentful-export [options]
25
25
26
26
Options:
27
- --version Show version number [boolean]
27
+ --version Show version number [boolean]
28
28
29
- --space-id ID of Space with source data [string] [required]
29
+ --space-id ID of Space with source data [string] [required]
30
30
31
- --management-token Contentful management API token for the space to be
32
- exported [string] [required]
31
+ --management-token Contentful management API token for the space to be
32
+ exported [string] [required]
33
33
34
- --export-dir Defines the path for storing the export json file
35
- (default path is the current directory) [string]
34
+ --export-dir Defines the path for storing the export json file
35
+ (default path is the current directory) [string]
36
36
37
- --include-drafts Include drafts in the exported entries
37
+ --include-drafts Include drafts in the exported entries
38
38
[boolean] [default: false]
39
39
40
- --skip-content-model Skip exporting content models [boolean] [default: false]
40
+ --skip-content-model Skip exporting content models
41
+ [boolean] [default: false]
41
42
42
- --skip-content Skip exporting assets and entries
43
+ --skip-content Skip exporting assets and entries
43
44
[boolean] [default: false]
44
45
45
- --skip-roles Skip exporting roles and permissions
46
+ --skip-roles Skip exporting roles and permissions
46
47
[boolean] [default: false]
47
48
48
- --skip-webhooks Skip exporting webhooks [boolean] [default: false]
49
+ --skip-webhooks Skip exporting webhooks [boolean] [default: false]
49
50
50
- --download-assets With this flags assets will also be downloaded [boolean]
51
+ --download-assets With this flags assets will also be downloaded
52
+ [boolean]
51
53
52
- --max-allowed-limit How many items per page per request
54
+ --max-allowed-limit How many items per page per request
53
55
[number] [default: 1000]
54
56
55
- --error-log-file Full path to the error log file [string]
57
+ --management-host Management API host
58
+ [string] [default: "api.contentful.com"]
59
+
60
+ --error-log-file Full path to the error log file [string]
61
+
62
+ --use-verbose-renderer Display progress in new lines instead of displaying a
63
+ busy spinner and the status in the same line. Useful
64
+ for CI. [boolean] [default: false]
56
65
57
66
--save-file Save the export as a json file [boolean] [default: true]
58
67
0 commit comments