rluvaton / nexus-migration-util

Utility for migrating repositories between nexus instances
https://www.npmjs.com/package/nexus-migration-util
MIT License
15 stars 0 forks source link
migration nexus

Nexus Migration Util

This tool designed to download and upload artifacts from Nexus

Welcome to Nexus Migration Util 👋

License: MIT

CLI tool written in NodeJS for downloading and uploading artifacts from Nexus

This project is heavily based on Sébastien Gérard gist

🏠 Homepage

Install

npm i nexus-migration-util -g

Usage

$ nexus-migration-util -h
Usage: nexus-migration-util <command> [options]

Commands:
  nexus-migration-util download  Download from Nexus
  nexus-migration-util upload    Upload to nexus

Options:
  --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

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Raz Luvaton.
This project is MIT licensed.