Using v3.10.4 of the CLI (and node v24.10.0), we're running the following:
contentful space export --environment-id "$ENV" --management-token "$CMA_TOKEN" --space-id "$SPACE_ID" --export-dir "./contentful-exports" --include-drafts --include-archived --skip-webhooks
We're seeing an intermittent issue where the step named 'Writing data to log file' hangs:
Downgrading to v3.7.0 resolves the issue. I haven't tried any versions inbetween.
Additionally, when I run contentful --version I get 0.0.0-determined-by-semantic-release
Using
v3.10.4of the CLI (and nodev24.10.0), we're running the following:We're seeing an intermittent issue where the step named 'Writing data to log file' hangs:
Downgrading to
v3.7.0resolves the issue. I haven't tried any versions inbetween.Additionally, when I run
contentful --versionI get0.0.0-determined-by-semantic-release