Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save apenisoara/5a3e55b30d0006eb01a08d258749659a to your computer and use it in GitHub Desktop.
Save apenisoara/5a3e55b30d0006eb01a08d258749659a to your computer and use it in GitHub Desktop.
Nexus Raw Artifact upload using cURL
#Nexus Raw Artifact upload using cURL
curl --fail -u user:password --upload-file file.zip 'https:/nexus-repository.claudiosteuernagel.com/repository/my-raw-repo/my-directory/file.zip'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment