Skip to content

Instantly share code, notes, and snippets.

View etoosamoe's full-sized avatar
🦖

Yuriy Semyenkov etoosamoe

🦖
View GitHub Profile
@etoosamoe
etoosamoe / nexus_upload_raw_repo.sh
Created November 22, 2023 12:31 — forked from claudiosteuernagel/nexus_upload_raw_repo.sh
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'