From f8d4cd1e24330ba63dbc6efb0e8a4ea03b217654 Mon Sep 17 00:00:00 2001 From: Micha Date: Mon, 24 Feb 2025 11:50:08 +0100 Subject: [PATCH] chore: pass cli naming --- products/paas/cli-setup.md | 10 +++++----- products/paas/index.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/products/paas/cli-setup.md b/products/paas/cli-setup.md index 84d3ca36f..3488ce8f0 100644 --- a/products/paas/cli-setup.md +++ b/products/paas/cli-setup.md @@ -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 @@ -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/). @@ -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 diff --git a/products/paas/index.md b/products/paas/index.md index 1e6218a43..062a09aa2 100644 --- a/products/paas/index.md +++ b/products/paas/index.md @@ -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 @@ -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.