Skip to content
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

omero group add with description #334

Open
drjrkuhn opened this issue Sep 27, 2022 · 1 comment
Open

omero group add with description #334

drjrkuhn opened this issue Sep 27, 2022 · 1 comment

Comments

@drjrkuhn
Copy link

Please add an option for setting a group's description from the CLI. At the moment, I am setting up group descriptions with psql commands.

psql omero -c "UPDATE ExperimenterGroup SET description='Fred Flintstone Lab and Center for Quarry Analysis' WHERE name='Flintstone';"

It would be nice to have this option for the omero CLI and its corresponding ome.omero_user ansible role during deployment.

@joshmoore
Copy link
Member

Hi @drjrkuhn,

good point that the omero group command could be updated to include this, but a workaround is to use:

omero obj update ExperimenterGroup:$ID description=foo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants