Skip to content

Commit ae95751

Browse files
committed
Update CLI auth docs to use client credentials instead of email/password
1 parent 7cca4c4 commit ae95751

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

products/cli/shopware-account-commands/authentication.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,4 @@ shopware-cli account login
1717

1818
and it will open a browser window for you to log in.
1919

20-
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.
21-
22-
::: info
23-
For CI/CD tasks you should create a dedicated Shopware Account with limited access to the Shopware Store.
24-
:::
20+
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).

0 commit comments

Comments
 (0)