List Adobe Commerce modules
A Bold representative may ask you to generate a list of the modules installed on your Adobe Commerce store in order to evaluate your store's suitability for the Bold Checkout solution. Use the steps in this guide to find this list and provide it to your account manager.
- Use your command line to log into your Adobe Commerce store using SSH.
- Navigate to the root directory of your project.
- Run the following command:
This command returns a list of enabled modules and a list of disabled modules.
php bin/magento module:status
- Copy this list into a
.txt
file. Send this file to the Bold account manager or other representative that requested the list.