Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 971 Bytes

cli-setup.md

File metadata and controls

36 lines (23 loc) · 971 Bytes
nav
title position
CLI Setup
10

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:

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:

shopware