Skip to content

Instantly share code, notes, and snippets.

@gravcat
Last active June 13, 2016 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gravcat/526053cafa7e95e450ca to your computer and use it in GitHub Desktop.
Save gravcat/526053cafa7e95e450ca to your computer and use it in GitHub Desktop.
artifactory set properties example
curl -X PUT -u username:password "https://yourartifactoryserver.com/artifactory/api/storage/some-repository-local/exact/desired/path/file.zip?properties=foo=bar|a%20spaced%20%key=somevalue|version=1.2.3.4|someweird\=value=foo\=bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment