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
import_config.json
{ "spaceId": $spaceId, "managementToken": $token, "contentFile":"university.json", "skipContentPublishing": false }
contentFile
university.json
universityCountries.json
command:
contentful space import --config import_config.json
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
import_config.json
{ "spaceId": $spaceId, "managementToken": $token, "contentFile":"university.json", "skipContentPublishing": false }contentFile
university.json
universityCountries.json
command:
contentful space import --config import_config.json