Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pass cli naming #1703

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions products/paas/cli-setup.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
nav:
title: CLI Setup
title: PaaS CLI Setup
position: 10

---

# CLI Setup
# PaaS CLI Setup

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

## Download and install

Expand All @@ -17,7 +17,7 @@ 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.
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](https://console.shopware.com/).

Expand All @@ -29,7 +29,7 @@ If you are unsure of how to create SSH keys, please follow [this tutorial](https

## Authenticate

Next, you need to authenticate your CLI. This can be done through your browser. Just run the following command and follow the instructions:
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
Expand Down
6 changes: 3 additions & 3 deletions products/paas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ git add .
git commit -am "initial commit"
```

7.) Configure the CLI with your project_id
7.) Configure the PaaS CLI with your project_id

```sh
shopware project:set-remote PROJECT_ID
Expand All @@ -83,8 +83,8 @@ git push shopware

The sub-pages describe a more detailed step-by-step guide that you can follow to set up your PaaS project.

First, make sure your [CLI is set up correctly](cli-setup).
Once your CLI is up and running, it is time to [set up your project repository](repository).
First, make sure your [PaaS CLI is set up correctly](cli-setup).
Once your PaaS CLI is up and running, it is time to [set up your project repository](repository).

When your repository is set up correctly, you are ready to [push and deploy your project](build-deploy) to the PaaS environment.

Expand Down