@digital-wafa/nexus-deploy
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@digital-wafa/nexus-deploy", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "nexus3 deploy script", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# nexus-deploy | ||
a nexus 3 deploy script | ||
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_name | ||
``` | ||
You must provide a `NEXUS_USERNAME` and `NEXUS_PASSWORD` environment variables. |
3635
25