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
Solution for #1 meta proposal.
Let's implement a CLI for Artipie with required commands to manage Artipie resources, such as repositories, users, permissions, storages.
Each resource type initially support these commands (but may support some additional commands too):
get
update
delete
Initial resource to be supported:
Current scope of work:
Artipie API reference: https://github.com/artipie/management-api/blob/master/REST_API.md
The text was updated successfully, but these errors were encountered:
g4s8
No branches or pull requests
Solution for #1 meta proposal.
Let's implement a CLI for Artipie with required commands to manage Artipie resources, such as repositories, users, permissions, storages.
Each resource type initially support these commands (but may support some additional commands too):
get
- to show information about resource or list resourcesupdate
- to create or update resource configurationdelete
- delete resourceInitial resource to be supported:
Current scope of work:
Artipie API reference: https://github.com/artipie/management-api/blob/master/REST_API.md
The text was updated successfully, but these errors were encountered: