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
Following is quick export command which generated the json with just content model. contentful-export --content-file space.json \ --management-token YourToken --space-id YourSpaceID --skip-roles --skip-content --skip-webhooks --max-allowed-limit 10000
Used following command to generate graph
node src/index.js MW-Braun-CA.json > output.graph
Finally just using local dot command to convert it to svg file.
dot -o graph.svg -T svg -K dot output.graph
Following is the error it shows:
If i do without skip-content option it do draw the svg but file is huge & difficult to make sense as too many entities it tries to draw.
The text was updated successfully, but these errors were encountered:
Following is quick export command which generated the json with just content model.
contentful-export --content-file space.json \ --management-token YourToken --space-id YourSpaceID --skip-roles --skip-content --skip-webhooks --max-allowed-limit 10000
Used following command to generate graph
node src/index.js MW-Braun-CA.json > output.graph
Finally just using local dot command to convert it to svg file.
dot -o graph.svg -T svg -K dot output.graph
Following is the error it shows:
If i do without skip-content option it do draw the svg but file is huge & difficult to make sense as too many entities it tries to draw.
The text was updated successfully, but these errors were encountered: