1.1.1 • Published 5 years ago
@digital-wafa/nexus-deploy v1.1.1
nexus-deploy
a commande line interface to deploy to nexus 3 raw repos
Installation
npm i @digital-wafa/nexus-deploy -D
Options
| Flag | Required | Description |
|---|---|---|
| --file or -f | yes | file path |
| --uploadFolder or -u | yes | upload folder path |
| --uploadFileName or -o | yes | uploaded file name |
| --help or -h | no | show help |
Usage
deploy --file=filePath --uploadFolder=your_destination_folder --uploadFileName=your_uploaded_file_nameYou must provide a NEXUS_USERNAME and NEXUS_PASSWORD environment variables.