mirror of
https://tvoygit.ru/Djam/artmigrator.git
synced 2025-02-22 17:52:46 +00:00
No description
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"