Skip to content

CLI Setup

CLI Setup

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

Download and install

To install PaaS CLI, run the following command:

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

When you run the CLI for the first time, it will ask you to log in via your browser.

You can also generate an SSH key manually and add it in the My profile > SSH Keys section of your PaaS Console.

INFO

Set up SSH keys

If you are unsure of how to create SSH keys, please follow this tutorial provided by GitHub.

Authenticate

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

sh
shopware