-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
CLI roles interface #78
Comments
An example from the PostgreSQL
Maybe something similar would work, though perhaps without the short (single-letter) options to avoid confusion- if there are a lot of options it's difficult to know what the single-letter options do. |
The
|
I would second @manics's thoughts about long options i.e. Also, assuming an user is created but the light admin permissions need to be modified, would we need a specific command to change the set of permissions or would it be down to |
The work on Roles in OMERO 5.4.x series is giving the ability to create administrators with restricted privileges. On client side, this is mainly achieved using Web client.
On CLI, which is the topic of this issue, the questions arise about how to pass the 9 paramenters which can be seen in WebUI checkboxes through the command line.
The "landscape" of existing commands concering addition of new users on CLI is:
omero user -a add username firstname lastname [group [group ...]]
which will add the new user as an administrator.
The demand is to have the 9 parameters passed as false or true (with some defaults ?, as flags ?, as input questions later ?, with summary options ?, using a csv file ?)
Comments and guidelines most welcome.
See https://trello.com/c/iZeXX5FD/6-manage-admin-privileges-from-cli.
@mtbc @jburel @joshmoore @kennethgillen @will-moore @sbesson
The text was updated successfully, but these errors were encountered: