contentful / contentful-import

Node module that uses the data provided by contentful-export to import it to contentful space
MIT License
101 stars 39 forks source link

Imported Entries does not publish as expected #1069

Open rayne-jiang opened 8 months ago

rayne-jiang commented 8 months ago

It shows ✔ Publishing Content Entries (1s) when I run the command import but actually it did not.

Steps to Reproduce

The following is my import config _importconfig.json { "spaceId": $spaceId, "managementToken": $token, "contentFile":"university.json", "skipContentPublishing": false }

contentFile university.json universityCountries.json

command: contentful space import --config import_config.json

zhulik commented 4 months ago

Same here

PS: @rayne-jiang I don't think you should include your space id and management token in the publicly available message.

rayne-jiang commented 4 months ago

Same here

PS: @rayne-jiang I don't think you should include your space id and management token in the publicly available message.

Noted, Thank for reminder !