mirror of
https://tvoygit.ru/Djam/artmigrator.git
synced 2026-06-15 12:11:28 +00:00
No description
- Go 98.6%
- Dockerfile 1.4%
| artifact_types | ||
| config | ||
| core | ||
| docker | ||
| logger | ||
| repository | ||
| .gitignore | ||
| config.yaml.template | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
artmigrator
Миграция артефактов между разичными репозиториями. Базовый вариант между nexus > gitea
Пример использования
go run main.go -config=config.yaml
go run main.go -config=config.yaml -nexus-url=https://new-nexus.example.com -gitea-token=new-gitea-token
Пример конфига
nexus:
url: "https://nexus.example.com"
username: "your-nexus-username"
password: "your-nexus-password"
gitea:
url: "https://gitea.example.com"
token: "your-gitea-token"