Page 1 of 1

Documentation of "bin/omero shell"

PostPosted: Wed Mar 05, 2014 10:44 am
by ehrenfeu
Hi all,

I think the login parameter for the interactive iPython shell is extremely convenient:

Code: Select all
bin/omero shell --login

However, I just found it being mentioned in ticket 2047 - is it somewhere in the official documentation as well? If no, I'd suggest to put it there :)

Many Thanks,
~Niko

Re: Documentation of "bin/omero shell"

PostPosted: Wed Mar 05, 2014 8:44 pm
by jmoore
Hi Niko,

the CLI online documentation is certainly a work-in-progress (#10851, #10722, ...) but if you find --login useful, we can certainly make sure it gets added promptly.

In general, though, the more definitive docs for the CLI is the CLI itself! E.g. try
Code: Select all
bin/omero help
bin/omero help --all
bin/omero shell -h


and let us know if they work for you.

Cheers,
~Josh