@digital-wafa/nexus-deploy

nexus3 deploy script

Usage no npm install needed!

<script type="module">
  import digitalWafaNexusDeploy from 'https://cdn.skypack.dev/@digital-wafa/nexus-deploy';
</script>

README

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_name

You must provide a NEXUS_USERNAME and NEXUS_PASSWORD environment variables.