We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcef5ea commit 5af4089Copy full SHA for 5af4089
README.md
@@ -35,7 +35,13 @@ Options:
35
--export-dir Defines the path for storing the export json file
36
(default path is the current directory) [string]
37
38
- --max-allowed-limit how many item per page per request default 1000 [number]
+ --max-allowed-limit How many item per page per request default 1000 [number]
39
+
40
+ --include-drafts Export Drafts entiries, a preview token needs to be provided when the value is true [boolean]
41
42
+ --preview-token Preview API token for the space to be exported. [string]
43
44
+ --download-assets Download the assets along with the exported data [boolean]
45
46
--config Configuration file with required values
47
0 commit comments