Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save etoosamoe/63afda2a8046f878f97a4e77659c1e60 to your computer and use it in GitHub Desktop.
Save etoosamoe/63afda2a8046f878f97a4e77659c1e60 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