An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 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](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 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**

* 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.