Switching between different configurations of Jadu Central
The cms:switch-product command allows you to switch the current product configuration of your Jadu installation. This operation changes the features and functionality available in the application.
warning
Switching products may alter the available features and configuration of your Jadu system.
Usage
php cli.php cms:switch-product
Interactive Mode
When run without parameters, the command launches in interactive mode. You will be prompted to select a product from the list:
Jadu Product Switcher
=====================
[WARNING] This Jadu Product switcher will alter the available features and functionality.
Select the Product to switch to
[0] Jadu Central Lite
[1] Jadu Central
[2] Jadu Community Central Lite
[3] Jadu Community Central
[4] Jadu Content Portal
[5] Jadu Digital Platform Lite
[6] Jadu Digital Platform
>
After selecting a product, you will be asked to confirm your choice:
You have selected the Product "Jadu Digital Platform". Are you sure you want to continue switching to this? (yes/no) [no]
Upon successful switching, the command will output:
[OK] Successfully switched Product to "Jadu Digital Platform"
Options
--product
Specify the product to switch to directly, bypassing the interactive prompt.
php cli.php cms:switch-product --product="Jadu Central"
--no-interaction
Run the command in non-interactive mode. This is useful for scripts or automation. Requires the --product option to be specified.
php cli.php cms:switch-product --product="Jadu Central" --no-interaction