Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.18 KB

File metadata and controls

37 lines (23 loc) · 1.18 KB

CLI Setup

The CLI is your tool to connect with your Enterprise cloud environment, push changes and trigger deployments etc.

Download & Install

In order to install Enterprise cloud CLI, run the following command

curl -sfS https://cli.shopware.com/installer | php

Add SSH key

For 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 %}

Authenticate

Next, you need to authenticate your CLI, which can be done through your browser. Just run the following command and follow the instructions:

shopware