mirror of
https://tvoygit.ru/Djam/artmigrator.git
synced 2025-02-23 10:22:45 +00:00
585 B
585 B
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"