문제

I'm running a Magento Commerce Cloud in my new machine and I need to install the Magento Cloud CLI.

How could I do it?

도움이 되었습니까?

해결책

1 - You can install it using this command below.

curl -sS https://accounts.magento.cloud/cli/installer | php

2 - Then add the Magento Cloud CLI to the bash profile.

export PATH=$PATH:$HOME/.magento-cloud/bin

3 - And reload the bash.

. ~/.bash_profile

4- To check if it worked run:

magento-cloud

Reference: Magento Cloud CLI reference

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top