artipie / artipie-cli

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

Get repository command #3

Open g4s8 opened 2 years ago

g4s8 commented 2 years ago

Add get repository command to list all repositories (in optional organization) where current user has access:

The output could include these fields: name, type, user access mode, e.g.

NAME          |    TYPE  | ACCESS
my-registry   |  docker  | RW
mvn           |   maven  | R
js            |      npm | RW

API documentation is here: 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