thelia:config
Description
Manage configuration variables
Usage
thelia:config [options] [--] <COMMAND> [<name> [<value>]]
Arguments
COMMANDCommand : list, get, set, deletenameThe variable namevalueThe variable value
Options
--securedWhen setting a new variable tell variable is secured.--visibleWhen setting a new variable tell variable is visible.
Example
Example to change value of config url_site and keep it visible
php Thelia thelia:config set url_site "https://thelia.net" --visible