AD0-E716 · Question #50
What is the command used to upgrade ECE-Tools on an Adobe Commerce Cloud platform?
The correct answer is B. composer update magento/ece-tools --with-all-dependencies. The command used to upgrade ECE-Tools on an Adobe Commerce Cloud platform is composer update magento/ece-tools --with-all-dependencies. This command will update the ECE-Tools package and its dependencies to the latest version available in the composer repository. The developer…
Question
What is the command used to upgrade ECE-Tools on an Adobe Commerce Cloud platform?
Options
- Aphp ./vendor/bin/ece-tools upgrade
- Bcomposer update magento/ece-tools --with-all-dependencies
- Cmagento-cloud ece-tools:upgrade
How the community answered
(54 responses)- A7% (4)
- B89% (48)
- C4% (2)
Explanation
The command used to upgrade ECE-Tools on an Adobe Commerce Cloud platform is composer update magento/ece-tools --with-all-dependencies. This command will update the ECE-Tools package and its dependencies to the latest version available in the composer repository. The developer then needs to commit and push the changes to the composer.json and composer.lock files and redeploy the environment. Verified Reference: [Magento 2.4 DevDocs]
Topics
Community Discussion
No community discussion yet for this question.