Skip to content

PaaS CLI Setup

You are viewing the next version (v6.7) of the documentation.
Click here to switch to the stable version (v6.6), or use the version switcher on the left to navigate between versions.

PaaS CLI Setup

The PaaS 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 PaaS 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 PaaS CLI. This can be done through your browser. Just run the following command and follow the instructions:

sh
shopware