tutor plugins
Manage Tutor plugins to add new features and customise your Open edX platform
tutor plugins [OPTIONS] COMMAND [ARGS]...
disable
Disable one or more plugins. Specify ‘all’ to disable all enabled plugins at once.
tutor plugins disable [OPTIONS] plugin
Arguments
- plugin
Optional argument(s)
enable
Enable a plugin
tutor plugins enable [OPTIONS] plugin
Arguments
- plugin
Optional argument(s)
install
Install a plugin, either from a local Python/YAML file or a remote, web-hosted location. The plugin will be installed to TUTOR_PLUGINS_ROOT.
tutor plugins install [OPTIONS] LOCATION
Arguments
- LOCATION
Required argument
list
List installed plugins
tutor plugins list [OPTIONS]
printroot
Print the location of yaml-based plugins. This location can be manually defined by setting the TUTOR_PLUGINS_ROOT environment variable
tutor plugins printroot [OPTIONS]