Created
December 18, 2020 06:30
-
-
Save claudiosteuernagel/fff0641ae51f1d55d9fc59aa7175e56e to your computer and use it in GitHub Desktop.
Nexus Raw Artifact upload using cURL
This file contains 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