The CLI is your tool to connect with your Enterprise cloud environment, push changes and trigger deployments etc.
In order to install Enterprise cloud CLI, run the following command
curl -sfS https://cli.shopware.com/installer | phpFor secure communication between your local machine and your Enterprise cloud environment, create a SSH key and add it to your Account using
shopware ssh-key:add
and go through the steps provided. When you run the CLI for the first time, it will ask you to log in via your browser.
You can also generate a SSH key manually and add it in the My profile > SSH Keys section of your Enterprise cloud Console.
{% hint style="info" %} Set up SSH keys
If unsure, how to create SSH keys, please follow this tutorial provided by GitHub. {% endhint %}
Next, you need to authenticate your CLI, which can be done through your browser. Just run the following command and follow the instructions:
shopware