tutor config

Configure Open edX and store configuration values in $TUTOR_ROOT/config.yml

tutor config [OPTIONS] COMMAND [ARGS]...

patches

Commands related to patches in configurations

tutor config patches [OPTIONS] COMMAND [ARGS]...

list

Print all available patches

tutor config patches list [OPTIONS]

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