README
Sync Repository
不同
gitlab
之间仓库同步工具
Usage
npx @cisdi/sync-repo --config ./config.json
Config
需在不同 gitlab
上创建名为 sync-repo
的 access_token
{
"source": {
"host": "http://source",
"token": "xxx"
},
"target": {
"host": "http://target",
"token": "xxxx"
},
"repositories": ["repo1", "repo2"]
}