Open SahilTikale opened 6 years ago
maybe
hil-admin user list
hil-admin user show <username>
is hil-admin
available remotely or does the administrator has to be logged into the same machine which runs the HIL server ?
Does it use the client library in the background ?
hil-admin is local-only; it doesn't use the API; the hil
command line tool is the right spot for API wrappers.
The user show call would first have to be added to the API. user list
already exists, and we should add a wrapper to the CLI.
Following calls are needed in CLI. User privilege should be administrator for these calls.
List all users of HIL,
For a given show whether it is admin or regular and to what projects it is assigned.