Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1523

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions docs/space/export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ Options:
--space-id ID of Space with source data [string]
--environment-id ID of Environment with source data
[string] [default: "master"]
--management-token Contentful management API token [string]

--management-token, --mt Contentful management API token [string]
--delivery-token, --dt Contentful delivery API token [string]
--export-dir Defines the path for storing the export json file
(default path is the current directory) [string]
--include-drafts Include drafts in the exported entries
[boolean] [default: false]
--include-archived Include archived entries in the exported entries
[boolean] [default: false]

--skip-content-model Skip exporting content models
[boolean] [default: false]
--skip-content Skip exporting assets and entries
Expand All @@ -41,6 +42,8 @@ Options:
--proxy Proxy configuration in HTTP auth format:
[http|https]://host:port or
[http|https]://user:password@host:port [string]
--include-archived Include archived entries in the exported entries
[boolean] [default: false]
--raw-proxy Pass proxy config to Axios instead of creating a
custom httpsAgent. [boolean]
--error-log-file Full path to the error log file [string]
Expand All @@ -52,6 +55,12 @@ Options:
--use-verbose-renderer Display progress in new lines instead of displaying a
busy spinner and the status in the same line. Useful
for CI. [boolean] [default: false]

--timeout Timeout in milliseconds for API calls
[number] [default: 20000]
--retry-limit How many times to retry before an operation fails
[number] [default: 10]
--header, -H Pass an additional HTTP Header [string]
--config An optional configuration JSON file containing all the
options for a single run
```
Expand Down