From 5e5838e77b39ae9161100f83602346b3a83f4337 Mon Sep 17 00:00:00 2001 From: Soner Sayakci Date: Wed, 18 Mar 2026 10:54:25 +0100 Subject: [PATCH] Update CLI auth docs to use client credentials instead of email/password --- products/cli/shopware-account-commands/authentication.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/products/cli/shopware-account-commands/authentication.md b/products/cli/shopware-account-commands/authentication.md index e64c88da2..6bc08a424 100644 --- a/products/cli/shopware-account-commands/authentication.md +++ b/products/cli/shopware-account-commands/authentication.md @@ -17,8 +17,4 @@ shopware-cli account login and it will open a browser window for you to log in. -For CI/CD pipelines, you should pass `SHOPWARE_CLI_ACCOUNT_EMAIL` and `SHOPWARE_CLI_ACCOUNT_PASSWORD` as environment variables and call directly the command you want to use. - -::: info -For CI/CD tasks you should create a dedicated Shopware Account with limited access to the Shopware Store. -::: +For CI/CD pipelines, you should pass `SHOPWARE_CLI_ACCOUNT_CLIENT_ID` and `SHOPWARE_CLI_ACCOUNT_CLIENT_SECRET` as environment variables and call directly the command you want to use. The client ID and client secret can be generated in the **Extension Partner** section under the [Development](https://account.shopware.com/producer/development) navigation point in the [Shopware Account](https://account.shopware.com).