-
Notifications
You must be signed in to change notification settings - Fork 61
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
CLI Export outputting bad JSON #2761
Comments
Have experienced exactly the same thing. There appears to be extraneous commas all throughout the |
Hello! Same issue here on Mac Sonoma. I tried with several previous versions of the CLI but same result. |
I also have this problem (this is the first few lines of a 20,000,000 line export):
There are properties with no values and it looks like some values are being outputted in the wrong place. This means that we can't back up Contentful at the moment. And we can't create a new web site based on a previous web site. Running on Windows 11 with the latest version of the CLI. |
Duplicate of #2760 |
A recent contentful-cli release of v3.3.12 fixed this issue for us |
Expected Behavior
contentful space export --config migration-configs/export-contentModel-layout.json
Will export a clean JSON representing the Model (layout) I want to export using the following config:
Actual Behavior
The output is a mess, here is a snippet
I am expecting to run the command, as I have many times in the past, and to produce a well-structured JSON.
Possible Solution
Steps to Reproduce
contentful space export --config migration-configs/export-contentModel-layout.json
Context
Environment
The text was updated successfully, but these errors were encountered: