reporangler / auth-service

A webservice to handle authentication for repository access
MIT License
0 stars 0 forks source link

Command line client in order to administrate the system #8

Closed christhomas closed 5 years ago

christhomas commented 5 years ago

In addition to an eventual Web Frontend, we need a command line client which can execute api requests in order to administrate the system. This is far easier to accomplish than a full web frontend.

This command line tool should be able to register new users, change package groups for an existing user, request access to package groups if they are protected, etc, etc.

christhomas commented 5 years ago

This is part of the "cli" package in this repository. It's already got a lot of interesting functionality