We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add get repository command to list all repositories (in optional organization) where current user has access:
get repository
artictl get repository
articlt get repository orgname
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
The text was updated successfully, but these errors were encountered:
At the moment artipie doesn't provide necessary api endpoints. Waiting for a solution to the issue artipie/artipie#972
Sorry, something went wrong.
orlovm
No branches or pull requests
Add
get repository
command to list all repositories (in optional organization) where current user has access:artictl get repository
- works in a "flat" modearticlt get repository orgname
- for "org" modeThe output could include these fields: name, type, user access mode, e.g.
API documentation is here: https://github.com/artipie/maven-adapter/
Ticket: #2
The text was updated successfully, but these errors were encountered: