https://github.com/rluvaton/nexus-migration-util
Utility for migrating repositories between nexus instances
https://github.com/rluvaton/nexus-migration-util
migration nexus
Last synced: 5 months ago
JSON representation
Utility for migrating repositories between nexus instances
- Host: GitHub
- URL: https://github.com/rluvaton/nexus-migration-util
- Owner: rluvaton
- License: mit
- Created: 2020-07-20T05:56:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T06:48:39.000Z (over 2 years ago)
- Last Synced: 2025-05-06T22:52:46.997Z (5 months ago)
- Topics: migration, nexus
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nexus-migration-util
- Size: 2.06 MB
- Stars: 15
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nexus Migration Util
This tool designed to download and upload artifacts from Nexus
Welcome to Nexus Migration Util 👋
> CLI tool written in NodeJS for downloading and uploading artifacts from Nexus
>
> This project is heavily based on [Sébastien Gérard](https://github.com/sebge2emasphere) [gist](https://gist.github.com/sebge2emasphere/497cb264b32ac39a80864c864d522906)### 🏠 [Homepage](https://github.com/rluvaton/nexus-migration-utilr)
## Install
```bash
npm i nexus-migration-util -g
```## Usage
```bash
$ nexus-migration-util -h
Usage: nexus-migration-util [options]Commands:
nexus-migration-util download Download from Nexus
nexus-migration-util upload Upload to nexusOptions:
--version Show version number [boolean]
-u, --url URL of the nexus [string] [required]
--user, --nexus-user The username for nexus [string] [required]
--pass, --nexus-pass The password for the nexus username [string] [required]
-h, --help Show help [boolean]```
## Author
👤 **Raz Luvaton**
* Github: [@rluvaton](https://github.com/rluvaton)
* LinkedIn: [@rluvaton](https://linkedin.com/in/rluvaton)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/rluvaton/nexus-migration-util/issues/).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [Raz Luvaton](https://github.com/rluvaton).
This project is [MIT](https://github.com/rluvaton/nexus-migration-util/blob/master/LICENSE) licensed.