contentful-migration:使用Docker映像更轻松地运行内容化迁移

时间:2024-03-25 21:33:59
【文件属性】:

文件名称:contentful-migration:使用Docker映像更轻松地运行内容化迁移

文件大小:108KB

文件格式:ZIP

更新时间:2024-03-25 21:33:59

docker typescript jest contentful migration

有条件的迁移 :warning: 工作正在进行中! 用法 docker run --rm --name contentful-migration-runner -e CONTENT_MANAGEMENT_TOKEN= $CONTENT_MANAGEMENT_TOKEN -e SPACE_ID= $SPACE_ID -e ENVIRONMENT_ID= $ENVIRONMENT_ID -v $( pwd ) /migrations:/app/migrations contentful-migration:latest 选项 环境变量 CONTENT_MANAGEMENT_TOKEN必需-内容管理令牌。 您可以在空间设置下的“ API密钥”部分中创建一个。 SPACE_ID必需-内容空间ID。 您可以从空间设置下的常规设置部分获取空间ID。 网址中也显示了Space ID。 ENVIRONMENT_I


【文件预览】:
contentful-migration-main
----.gitignore(2KB)
----Dockerfile(144B)
----.env.example(52B)
----package.json(1KB)
----src()
--------contentful.ts(2KB)
--------versioning.ts(2KB)
--------migration.ts(2KB)
----.dockerignore(86B)
----.nvmrc(2B)
----jest.config.js(359B)
----LICENSE(1KB)
----__mocks__()
--------migrations()
----tsconfig.json(6KB)
----.github()
--------workflows()
----__tests__()
--------integration.test.ts(4KB)
----README.md(2KB)
----index.ts(673B)
----migrations()
--------1-sample-add-author.ts(331B)
--------2-sample-edit-author.ts(328B)
----global.d.ts(205B)
----yarn.lock(230KB)

网友评论