class ConfigCommand extends ContainerAwareCommand

command line for managing configuration variables

php Thelia thelia:config COMMAND [name] [value] [--secured] [--visible]

Where COMMAND is list, get, set or delete.

For command get and delete, you should also set the name attribute.

For command set, you should set the name and value attributes and optionally add --secured and/or --visible arguments.

Class ConfigCommand

Methods

setContainer( ContainerInterface $container = null)

No description

EventDispatcher
getDispatcher()

No description

Details

in ContainerAwareCommand at line 61
setContainer( ContainerInterface $container = null)

Parameters

ContainerInterface $container

See also

ContainerAwareInterface::setContainer()

in ContainerAwareCommand at line 69
EventDispatcher getDispatcher()

Return Value

EventDispatcher