artipie / artipie-cli

Command line instrument for managing Artipie server
MIT License
11 stars 2 forks source link

Update repository command #4

Open g4s8 opened 2 years ago

g4s8 commented 2 years ago

Add update repository command to apply new changes to repository or create new one. This command takes mandatory --file or -f parameter with repository config, see: https://github.com/artipie/artipie/wiki/Configuration-Repository. And it takes mandatory repository key (it's just repository name for flat layout, e.g. mydocker; or org+name for org layout, e.g. artipie/mydocker).

API docs: https://github.com/artipie/maven-adapter/ Ticket: #2

orlovm commented 2 years ago

At the moment artipie doesn't provide necessary api endpoints. Waiting for a solution to the issue artipie/artipie#972