Forked from claudiosteuernagel/nexus_upload_raw_repo.sh
Created
November 22, 2023 12:31
-
-
Save etoosamoe/63afda2a8046f878f97a4e77659c1e60 to your computer and use it in GitHub Desktop.
Nexus Raw Artifact upload using cURL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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