You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then run contentful space export --config [path to configuration file].
Context
We're generating types from the downloaded schema file's contentTypes array, and don't need the extra information.
Downloading editor interfaces always results in rate limiting, making updating the schema needlessly slow.
✔ Initialize client (1s)
✔ Fetching data from space
✔ Connecting to space (1s)
✔ Fetching content types data (1s)
↓ Fetching tags data [skipped]
✔ Fetching editor interfaces data (13s)
↓ Fetching content entries data [skipped]
↓ Fetching assets data [skipped]
✔ Fetching locales data (1s)
↓ Fetching webhooks data [skipped]
↓ Fetching roles data [skipped]
↓ Download assets [skipped]
✔ Write export log file
✔ Lookup directory to store the logs
✔ Create log directory
✔ Writing data to file
┌────────────────────────┐
│ Exported entities │
├───────────────────┬────┤
│ Content Types │ 94 │
├───────────────────┼────┤
│ Editor Interfaces │ 94 │
├───────────────────┼────┤
│ Locales │ 5 │
└───────────────────┴────┘
The export took less than a minute (13s)
Stored space data to json file at: [redacted]
The following 0 errors and 27 warnings occurred:
11:59:04 - Rate limit error occurred. Waiting for 1643 ms before retrying...
11:59:04 - Rate limit error occurred. Waiting for 1502 ms before retrying...
11:59:05 - Rate limit error occurred. Waiting for 1682 ms before retrying...
11:59:05 - Rate limit error occurred. Waiting for 1517 ms before retrying...
11:59:05 - Rate limit error occurred. Waiting for 1531 ms before retrying...
11:59:06 - Rate limit error occurred. Waiting for 1692 ms before retrying...
11:59:07 - Rate limit error occurred. Waiting for 1580 ms before retrying...
11:59:07 - Rate limit error occurred. Waiting for 1549 ms before retrying...
11:59:07 - Rate limit error occurred. Waiting for 1592 ms before retrying...
11:59:07 - Rate limit error occurred. Waiting for 1521 ms before retrying...
11:59:07 - Rate limit error occurred. Waiting for 1620 ms before retrying...
11:59:09 - Rate limit error occurred. Waiting for 1567 ms before retrying...
11:59:09 - Rate limit error occurred. Waiting for 1646 ms before retrying...
11:59:09 - Rate limit error occurred. Waiting for 1679 ms before retrying...
11:59:09 - Rate limit error occurred. Waiting for 1536 ms before retrying...
11:59:09 - Rate limit error occurred. Waiting for 1561 ms before retrying...
11:59:11 - Rate limit error occurred. Waiting for 1661 ms before retrying...
11:59:11 - Rate limit error occurred. Waiting for 1646 ms before retrying...
11:59:11 - Rate limit error occurred. Waiting for 1544 ms before retrying...
11:59:11 - Rate limit error occurred. Waiting for 1662 ms before retrying...
11:59:11 - Rate limit error occurred. Waiting for 1642 ms before retrying...
11:59:13 - Rate limit error occurred. Waiting for 1614 ms before retrying...
11:59:13 - Rate limit error occurred. Waiting for 1515 ms before retrying...
11:59:13 - Rate limit error occurred. Waiting for 1611 ms before retrying...
11:59:13 - Rate limit error occurred. Waiting for 1632 ms before retrying...
11:59:13 - Rate limit error occurred. Waiting for 1608 ms before retrying...
11:59:14 - Rate limit error occurred. Waiting for 1653 ms before retrying...
The export was successful.
✨ Done
Environment
Package Version: 2.6.22
The text was updated successfully, but these errors were encountered:
Expected Behavior
When running
contentful space export
, having configured"skipEditorInterfaces": true
should skip downloading editor interfaces"skipLocales": true
should skip downloading localesActual Behavior
The program prints, on the last line
Possible Solution
Support these options, so we don't have to download information we aren't going to use.
Steps to Reproduce
To a working configuration file, add
Then run
contentful space export --config [path to configuration file]
.Context
We're generating types from the downloaded schema file's
contentTypes
array, and don't need the extra information.Downloading editor interfaces always results in rate limiting, making updating the schema needlessly slow.
Environment
The text was updated successfully, but these errors were encountered: