tutor config
Configure Open edX and store configuration values in $TUTOR_ROOT/config.yml
tutor config [OPTIONS] COMMAND [ARGS]...
edit
Edit config.yml of the current environment
tutor config edit [OPTIONS]
patches
Commands related to patches in configurations
tutor config patches [OPTIONS] COMMAND [ARGS]...
list
Print all available patches
tutor config patches list [OPTIONS]
show
Print the rendered contents of a template patch
tutor config patches show [OPTIONS] NAME
Arguments
- NAME
Required argument
printroot
Print the project root
tutor config printroot [OPTIONS]
printvalue
Print a configuration value
tutor config printvalue [OPTIONS] KEY
Arguments
- KEY
Required argument
save
Create and save configuration interactively
tutor config save [OPTIONS]
Options
- -i, --interactive
Run interactively
- -s, --set <KEY=VAL>
Set a configuration value (can be used multiple times)
- -a, --append <KEY=VAL>
Append an item to a configuration value of type list. The value will only be added if it is not already present. (can be used multiple times)
- -A, --remove <KEY=VAL>
Remove an item from a configuration value of type list (can be used multiple times)
- -U, --unset <unset_vars>
Remove a configuration value (can be used multiple times)
- -e, --env-only
Skip updating config.yml
- -c, --clean
Remove everything in the env directory before save