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
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.
The text was updated successfully, but these errors were encountered:
Hi @drjrkuhn,
good point that the omero group command could be updated to include this, but a workaround is to use:
omero group
omero obj update ExperimenterGroup:$ID description=foo
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: