Webui Error: No such command 'shell'

I enable webui and start
but error

Usage: tutor [OPTIONS] COMMAND [ARGS]...

Error: No such command 'shell'.

I use command
tutor --root=/srv/myopenedx local launch
not
tutor local launch

Source: GitHub - overhangio/tutor-webui: A web user interface plugin for Tutor

All tutor commands can be executed from this web UI: you just don’t need to prefix the commands with tutor. For instance, to deploy a local Open edX instance, run:

local launch

instead of tutor local launch

If your Tutor instance is installed to a non-default location then you probably want to make sure the TUTOR_ROOT variable is already configured in the backend before you start issuing commands on webui, eg export TUTOR_ROOT=/srv/myopenedx

Note, I haven’t used webui before so this is my best guess :slight_smile: