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 load --glob #137

Merged
merged 3 commits into from
Dec 3, 2019
Merged

omero load --glob #137

merged 3 commits into from
Dec 3, 2019

Conversation

manics
Copy link
Member

@manics manics commented Dec 2, 2019

Closes #120

For example, omero load --glob /opt/omero/server/config/*.omero will sort files /opt/omero/server/config/*.omero before loading them

@joshmoore
Copy link
Member

LGTM. Merging. The only feature I can imagine is that the commands that are being loaded could also show up under self.ctx.dbg:

(omero-virtualenv) bash-4.2$ head t/0*
==> t/01.omero <==
version

==> t/02.omero <==
admin ice server pid Blitz-0

==> t/03.omero <==
config get
(omero-virtualenv) bash-4.2$ bin/omero -d1 load --glob t/*.omero
Loading file t/01.omero
5.6.dev8
Loading file t/02.omero
Executing: ['icegridadmin', '--Ice.Config=/home/omero/workspace/OMERO-test-integration/src/dist/etc/internal.cfg', '-e', 'server pid Blitz-0']
36717
Loading file t/03.omero
omero.data.dir=/home/omero/workspace/OMERO-test-integration/data

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

Successfully merging this pull request may close these issues.

omero load directory
2 participants