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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ By specifying the config file path you can use multiple config files for differe
39
39
| accessToken |`undefined`| Contentful Management Token. Just run `npx contentful login` and you're done. |
40
40
| spaceId |`undefined`| Contentful Space id. Will fallback to `process.env.CONTENTFUL_SPACE_ID` if not set. |
41
41
| environmentId |`undefined`| Contentful Environment id. Will fallback to `process.env.CONTENTFUL_ENVIRONMENT_ID` if not set.<br/>If neither `environmentId` nor `CONTENTFUL_ENVIRONMENT_ID` is available we search for environment whose id matches the current git branch |
42
+
| host |`undefined`| Allows configuring the Contentful CLI for EU usage. Will fallback to the global contentful config in your `.contentfulrc.json`|
42
43
| requestBatchSize |`undefined`| The batch size used for loading data from contentful. Contentful uses a default of 100. Use a smaller value when you get `Response size too big` errors (for example caused by very large rich text fields). Be aware that contentful migrations might hide the response size error and only print `The provided space does not exist or you do not have access`|
43
44
| storage |`undefined`| We need to keep a hint to the executed migrations inside Contentful. You can choose between **content* and **tag**. <br/><br/>**Content** will add a new content type to your Contentful environment and stores the state of every migration as content entry (recommended approach) <br/>**tag** Will only store the latest version inside a tag. You need to preserve the right order yourself. When you add a new migration with an older version number it will not be executed. |
44
45
| fieldId |`'migration'`| Id of the tag where the migration version is stored (only used with storage `tag`) |
0 commit comments