nerdexam
Adobe

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…

Infrastructure

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)
  • A
    7% (4)
  • B
    89% (48)
  • C
    4% (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

#ECE-Tools#composer update#upgrade#Adobe Commerce Cloud

Community Discussion

No community discussion yet for this question.

Full AD0-E716 Practice