Description:
Currently, there is no way to change the AtoM theme via the command line — it must be done manually through the admin UI.
Proposed usage:
php symfony tools:theme --set=<theme-name>
Or similar, consistent with existing AtoM CLI conventions.
Expected behavior:
The command should set the active theme to the specified value and persist the change — equivalent to saving the theme selection in Admin → Themes.
Description:
Currently, there is no way to change the AtoM theme via the command line — it must be done manually through the admin UI.
Proposed usage:
php symfony tools:theme --set=<theme-name>Or similar, consistent with existing AtoM CLI conventions.
Expected behavior:
The command should set the active theme to the specified value and persist the change — equivalent to saving the theme selection in Admin → Themes.