anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
55 stars 50 forks source link

Add support for setting artifact properties #91

Closed thenewnano closed 2 years ago

thenewnano commented 3 years ago

Is your feature request related to a problem? Please describe. When uploading a build I need to set a key=value properties for that artifact/build. currently only get is implemented for properties.

Describe the solution you'd like provide two new methods in artifact class to implement: Set Item Properties Update Item Properties

Describe alternatives you've considered Wrapping jfrog CLI for now

Additional context https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-SetItemProperties

anancarv commented 3 years ago

Thanks for this issue, we'll work on it as soon as possible